xref: /netbsd-src/sys/arch/evbsh3/include/disklabel.h (revision 11a6dbe72840351315e0652b2fc6663628c84cad)
1 /*	$NetBSD: disklabel.h,v 1.3 2005/12/11 12:17:13 christos Exp $	*/
2 #ifndef _EVBSH3_DISKLABEL_H_
3 #define _EVBSH3_DISKLABEL_H_
4 
5 #if HAVE_NBTOOL_CONFIG_H
6 #include <nbinclude/sh3/disklabel.h>
7 #else
8 #include <sh3/disklabel.h>
9 #endif /* HAVE_NBTOOL_CONFIG_H */
10 
11 #endif /* _EVBSH3_DISKLABEL_H_ */
12