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