blob: 75a53a639f54675df09de746db5407cd6b2edfd2 (
plain)
1
2
3
4
5
6
7
|
/* $NetBSD: disklabel.h,v 1.7 2013/05/07 20:42:45 matt Exp $ */
#if HAVE_NBTOOL_CONFIG_H
#include <nbinclude/arm/disklabel.h>
#else
#include <arm/disklabel.h>
#endif /* HAVE_NBTOOL_CONFIG_H */
|