summaryrefslogtreecommitdiff
path: root/gpxe/src/include/gpxe/crc32.h
diff options
context:
space:
mode:
Diffstat (limited to 'gpxe/src/include/gpxe/crc32.h')
-rw-r--r--gpxe/src/include/gpxe/crc32.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/gpxe/src/include/gpxe/crc32.h b/gpxe/src/include/gpxe/crc32.h
deleted file mode 100644
index d1c7437d..00000000
--- a/gpxe/src/include/gpxe/crc32.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef _GPXE_CRC32_H
-#define _GPXE_CRC32_H
-
-FILE_LICENCE ( GPL2_OR_LATER );
-
-#include <stdint.h>
-
-u32 crc32_le ( u32 seed, const void *data, size_t len );
-
-#endif