From e60683a0d553b6488c564863f4e48954944fb0f8 Mon Sep 17 00:00:00 2001 From: bigbiff bigbiff Date: Fri, 22 Feb 2013 20:55:50 -0500 Subject: use libblkid to get filesystem type we can now use libblkid to detect exfat --- libblkid/crc32.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 libblkid/crc32.h (limited to 'libblkid/crc32.h') diff --git a/libblkid/crc32.h b/libblkid/crc32.h new file mode 100644 index 000000000..b454be9fc --- /dev/null +++ b/libblkid/crc32.h @@ -0,0 +1,9 @@ +#ifndef UL_NG_CRC32_H +#define UL_NG_CRC32_H + +#include + +extern uint32_t crc32(uint32_t seed, const unsigned char *buf, size_t len); + +#endif + -- cgit v1.2.3