1 /* $OpenBSD: disklabel.h,v 1.1 2010/09/20 06:32:30 syuu 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