blob: 1496a28b19c5fd85ddecda8bdfbb3a70c34acf46 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/* $OpenBSD: disklabel.h,v 1.1.1.1 2009/08/04 20:26:39 miod 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
|