Seems we use MBR labels

This commit is contained in:
martin 2014-04-01 14:09:14 +00:00
parent 2ed0d22319
commit 2669e011af
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: disklabel.h,v 1.9 2014/03/31 11:25:49 martin Exp $ */
/* $NetBSD: disklabel.h,v 1.10 2014/04/01 14:09:14 martin Exp $ */
/*
* Copyright (c) 1994 Christopher G. Demetriou
@ -33,6 +33,7 @@
#ifndef _PLAYSTATION2_DISKLABEL_H_
#define _PLAYSTATION2_DISKLABEL_H_
#define LABELUSESMBR 1 /* use MBR partitionning */
#define LABELSECTOR 1 /* sector containing label */
#define LABELOFFSET 0 /* offset of label in sector */
#define MAXPARTITIONS 16 /* number of partitions */