xref: /netbsd-src/sys/arch/dreamcast/include/disklabel.h (revision a47e2eb75818146a02ebb0a41df61c325b8d3935)
1 /*	$NetBSD: disklabel.h,v 1.4 2011/08/30 12:39:54 bouyer Exp $	*/
2 #ifndef _DREAMCAST_DISKLABEL_H_
3 #define _DREAMCAST_DISKLABEL_H_
4 
5 #define LABELUSESMBR	1
6 #if HAVE_NBTOOL_CONFIG_H
7 #include <nbinclude/sh3/disklabel.h>
8 #else
9 #include <sh3/disklabel.h>
10 #endif /* HAVE_NBTOOL_CONFIG_H */
11 
12 #endif /* _DREAMCAST_DISKLABEL_H_ */
13