Home | History | Annotate | Line # | Download | only in machine
disklabel.h revision 1.2
      1  1.2  lukem /*	$NetBSD: disklabel.h,v 1.2 2003/10/08 04:25:44 lukem Exp $	*/
      2  1.1    uch 
      3  1.1    uch /* Windows CE architecture */
      4  1.1    uch 
      5  1.1    uch #define	LABELSECTOR	1		/* sector containing label */
      6  1.1    uch #define	LABELOFFSET	0		/* offset of label in sector */
      7  1.1    uch #define	MAXPARTITIONS	8		/* number of partitions */
      8  1.1    uch #define	RAW_PART	3		/* raw partition: XX?d (XXX) */
      9  1.1    uch 
     10  1.1    uch /* Pull in MBR partition definitions. */
     11  1.2  lukem #include <sys/bootblock.h>
     12