BSD raw partition is obsolete. raw partition is changed to C.
This commit is contained in:
parent
89a790daf0
commit
272ed861db
|
@ -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
|
* Copyright (c) 1994 Christopher G. Demetriou
|
||||||
|
@ -31,12 +31,12 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _PLAYSTATION2_DISKLABEL_H_
|
#ifndef _PLAYSTATION2_DISKLABEL_H_
|
||||||
#define _PLAYSTATION2_DISKLABEL_H_
|
#define _PLAYSTATION2_DISKLABEL_H_
|
||||||
|
|
||||||
#define LABELSECTOR 1 /* sector containing label */
|
#define LABELSECTOR 1 /* sector containing label */
|
||||||
#define LABELOFFSET 0 /* offset of label in sector */
|
#define LABELOFFSET 0 /* offset of label in sector */
|
||||||
#define MAXPARTITIONS 16 /* number of partitions */
|
#define MAXPARTITIONS 16 /* number of partitions */
|
||||||
#define RAW_PART 3
|
#define RAW_PART 2
|
||||||
|
|
||||||
/* Pull in MBR partition definitions. */
|
/* Pull in MBR partition definitions. */
|
||||||
#include <sys/disklabel_mbr.h>
|
#include <sys/disklabel_mbr.h>
|
||||||
|
|
Loading…
Reference in New Issue