Decoupling Architectural-specific Code (#35)
[lunaix-os.git] / lunaix-os / includes / lib / crc.h
diff --git a/lunaix-os/includes/lib/crc.h b/lunaix-os/includes/lib/crc.h
deleted file mode 100644 (file)
index 4e9c4db..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-#ifndef __LUNAIX_CRC_H
-#define __LUNAIX_CRC_H
-unsigned int
-crc32b(unsigned char* data, unsigned int size);
-
-#endif /* __LUNAIX_CRC_H */