git://scm.lunaixsky.com
/
lunaix-os.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
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
--- a/
lunaix-os/includes/lib/crc.h
+++ /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 */