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