diff options
author | NIIBE Yutaka <gniibe@fsij.org> | 2016-05-27 17:29:08 +0900 |
---|---|---|
committer | NIIBE Yutaka <gniibe@fsij.org> | 2016-05-27 17:29:08 +0900 |
commit | 8eb21306642a2b96cc85730a69625dcd492234cc (patch) | |
tree | a965824b1052cf798b55f8873065c9f999142b86 /example-fs-bb48 | |
parent | 960921f537adf6424c266664dcf1575c08ef0623 (diff) |
example-fs-bb48: rm crc32.h
Diffstat (limited to 'example-fs-bb48')
-rw-r--r-- | example-fs-bb48/crc32.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/example-fs-bb48/crc32.h b/example-fs-bb48/crc32.h deleted file mode 100644 index 3c58a26..0000000 --- a/example-fs-bb48/crc32.h +++ /dev/null @@ -1,3 +0,0 @@ -void crc32_init (unsigned int *); -void crc32_u8 (unsigned int *, unsigned char); -void crc32_u32 (unsigned int *, unsigned int); |