summaryrefslogtreecommitdiffstats
path: root/libblkid/src/partitions/aix.h
diff options
context:
space:
mode:
Diffstat (limited to 'libblkid/src/partitions/aix.h')
-rw-r--r--libblkid/src/partitions/aix.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/libblkid/src/partitions/aix.h b/libblkid/src/partitions/aix.h
new file mode 100644
index 000000000..f767c5a37
--- /dev/null
+++ b/libblkid/src/partitions/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