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/aix.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 libblkid/aix.h (limited to 'libblkid/aix.h') diff --git a/libblkid/aix.h b/libblkid/aix.h new file mode 100644 index 000000000..f767c5a37 --- /dev/null +++ b/libblkid/aix.h @@ -0,0 +1,7 @@ +#ifndef BLKID_PARTITIONS_AIX_H +#define BLKID_PARTITIONS_AIX_H + +#define BLKID_AIX_MAGIC_STRING "\xC9\xC2\xD4\xC1" +#define BLKID_AIX_MAGIC_STRLEN (sizeof(BLKID_AIX_MAGIC_STRING) - 1) + +#endif -- cgit v1.2.3