diff options
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/loongson/include/disklabel.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sys/arch/loongson/include/disklabel.h b/sys/arch/loongson/include/disklabel.h new file mode 100644 index 00000000000..1496a28b19c --- /dev/null +++ b/sys/arch/loongson/include/disklabel.h @@ -0,0 +1,11 @@ +/* $OpenBSD: disklabel.h,v 1.1.1.1 2009/08/04 20:26:39 miod Exp $ */ +/* public domain */ + +/* + * Standard MBR partition scheme, with the label in the second sector + * of the OpenBSD partition. + */ + +#define LABELSECTOR 1 +#define LABELOFFSET 0 +#define MAXPARTITIONS 16 |