8 lines
189 B
C
8 lines
189 B
C
#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
|