aboutsummaryrefslogtreecommitdiff
path: root/example-fs-bb48
diff options
context:
space:
mode:
Diffstat (limited to 'example-fs-bb48')
-rw-r--r--example-fs-bb48/crc32.h3
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);