diff options
Diffstat (limited to 'example-fs-bb48/crc32.h')
-rw-r--r-- | example-fs-bb48/crc32.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/example-fs-bb48/crc32.h b/example-fs-bb48/crc32.h new file mode 100644 index 0000000..c31ba0f --- /dev/null +++ b/example-fs-bb48/crc32.h @@ -0,0 +1,5 @@ +void crc32_init (void); +void crc32_u8 (unsigned char); +void crc32_u32 (unsigned int); + +unsigned int crc32_value (void); |