feat: vfs - path walking and dnode caching.
[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
new file mode 100644 (file)
index 0000000..4e9c4db
--- /dev/null
@@ -0,0 +1,6 @@
+#ifndef __LUNAIX_CRC_H
+#define __LUNAIX_CRC_H
+unsigned int
+crc32b(unsigned char* data, unsigned int size);
+
+#endif /* __LUNAIX_CRC_H */