diff --git a/sys/arch/playstation2/include/disklabel.h b/sys/arch/playstation2/include/disklabel.h index 91fb81f3a667..7e388035f83b 100644 --- a/sys/arch/playstation2/include/disklabel.h +++ b/sys/arch/playstation2/include/disklabel.h @@ -1,4 +1,4 @@ -/* $NetBSD: disklabel.h,v 1.2 2002/03/26 11:02:35 uch Exp $ */ +/* $NetBSD: disklabel.h,v 1.3 2002/05/18 07:13:01 uch Exp $ */ /* * Copyright (c) 1994 Christopher G. Demetriou @@ -31,17 +31,17 @@ */ #ifndef _PLAYSTATION2_DISKLABEL_H_ -#define _PLAYSTATION2_DISKLABEL_H_ +#define _PLAYSTATION2_DISKLABEL_H_ -#define LABELSECTOR 1 /* sector containing label */ -#define LABELOFFSET 0 /* offset of label in sector */ +#define LABELSECTOR 1 /* sector containing label */ +#define LABELOFFSET 0 /* offset of label in sector */ #define MAXPARTITIONS 16 /* number of partitions */ -#define RAW_PART 3 +#define RAW_PART 2 /* Pull in MBR partition definitions. */ #include - -#ifndef __ASSEMBLER__ + +#ifndef __ASSEMBLER__ #include struct cpu_disklabel { struct mbr_partition dosparts[NMBRPART];