blob: 0d89a955ba9f670e57e04142a1a5986c84836044 (
plain)
1
2
3
4
5
6
7
|
/* $NetBSD: disklabel.h,v 1.3 2005/12/11 12:17:51 christos Exp $ */
#if HAVE_NBTOOL_CONFIG_H
#include <nbinclude/arm/disklabel.h>
#else
#include <arm/disklabel.h>
#endif /* HAVE_NBTOOL_CONFIG_H */
|