xref: /openbsd-src/sys/arch/loongson/include/disklabel.h (revision 91f110e064cd7c194e59e019b83bb7496c1c84d4)
1 /* $OpenBSD: disklabel.h,v 1.1.1.1 2009/08/04 20:26:39 miod Exp $ */
2 /* public domain */
3 
4 /*
5  * Standard MBR partition scheme, with the label in the second sector
6  * of the OpenBSD partition.
7  */
8 
9 #define	LABELSECTOR	1
10 #define	LABELOFFSET	0
11 #define	MAXPARTITIONS	16
12