xref: /netbsd/sys/arch/dreamcast/include/disklabel.h (revision 509fd41b)
1*509fd41bSbouyer /*	$NetBSD: disklabel.h,v 1.4 2011/08/30 12:39:54 bouyer Exp $	*/
283334549Smarcus #ifndef _DREAMCAST_DISKLABEL_H_
383334549Smarcus #define _DREAMCAST_DISKLABEL_H_
483334549Smarcus 
5*509fd41bSbouyer #define LABELUSESMBR	1
6a37289dbSdyoung #if HAVE_NBTOOL_CONFIG_H
7a37289dbSdyoung #include <nbinclude/sh3/disklabel.h>
8a37289dbSdyoung #else
983334549Smarcus #include <sh3/disklabel.h>
10a37289dbSdyoung #endif /* HAVE_NBTOOL_CONFIG_H */
1183334549Smarcus 
1283334549Smarcus #endif /* _DREAMCAST_DISKLABEL_H_ */
13