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