xref: /minix3/sys/arch/evbarm/include/disklabel.h (revision 84d9c625bfea59e274550651111ae9edfdc40fbd)
1*84d9c625SLionel Sambuc /*	$NetBSD: disklabel.h,v 1.5 2013/05/07 20:42:46 matt Exp $	*/
2b1c4ba4aSLionel Sambuc 
3b1c4ba4aSLionel Sambuc #if HAVE_NBTOOL_CONFIG_H
4b1c4ba4aSLionel Sambuc #include <nbinclude/arm/disklabel.h>
5b1c4ba4aSLionel Sambuc #else
6b1c4ba4aSLionel Sambuc #include <arm/disklabel.h>
7b1c4ba4aSLionel Sambuc #endif /* HAVE_NBTOOL_CONFIG_H */
8