Home | History | Annotate | Line # | Download | only in machine
disklabel.h revision 1.1.2.2
      1 /*	$NetBSD: disklabel.h,v 1.1.2.2 2001/02/11 19:10:16 bouyer 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