disklabel.h revision 1.4
1/*	$NetBSD: disklabel.h,v 1.4 2011/08/30 12:39:52 bouyer Exp $	*/
2
3#define LABELUSESMBR 1
4
5#if HAVE_NBTOOL_CONFIG_H
6#include <nbinclude/arm/disklabel.h>
7#else
8#include <arm/disklabel.h>
9#endif /* HAVE_NBTOOL_CONFIG_H */
10