Signed-off-by: Sami Kerola <kerolasa@iki.fi>
uint8_t s_disk_version;
};
+/*
+ * Minix subpartitions are always within primary dos partition.
+ */
+#define MINIX_MAXPARTITIONS 4
+
#define MINIX_BLOCK_SIZE_BITS 10
#define MINIX_BLOCK_SIZE (1<<MINIX_BLOCK_SIZE_BITS)
#include "partitions.h"
#include "dos.h"
-
-/*
- * Minix subpartitions are always within primary dos partition.
- */
-#define MINIX_MAXPARTITIONS 4
+#include "minix.h"
static int probe_minix_pt(blkid_probe pr, const struct blkid_idmag *mag)
{