blob: bf7938aba4237d20c7629ee20b3f28fafc37c968 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/* $OpenBSD: disklabel.h,v 1.1 2010/09/20 06:32:30 syuu Exp $ */
/* public domain */
/*
* Standard MBR partition scheme, with the label in the second sector
* of the OpenBSD partition.
*/
#define LABELSECTOR 1
#define LABELOFFSET 0
#define MAXPARTITIONS 16
|