xref: /netbsd-src/sys/arch/hpc/stand/include/machine/disklabel.h (revision 5e4c038a45edbc7d63b7c2daa76e29f88b64a4e3)
1 /*	$NetBSD: disklabel.h,v 1.1 2001/02/09 18:35:25 uch Exp $	*/
2 
3 /* Windows CE architecture */
4 
5 #define	LABELSECTOR	1		/* sector containing label */
6 #define	LABELOFFSET	0		/* offset of label in sector */
7 #define	MAXPARTITIONS	8		/* number of partitions */
8 #define	RAW_PART	3		/* raw partition: XX?d (XXX) */
9 
10 /* Pull in MBR partition definitions. */
11 #include <sys/disklabel_mbr.h>
12