8 lines
198 B
C
8 lines
198 B
C
/* $NetBSD: disklabel.h,v 1.3 2005/12/11 12:16:04 christos Exp $ */
|
|
|
|
#if HAVE_NBTOOL_CONFIG_H
|
|
#include <nbinclude/arm/disklabel.h>
|
|
#else
|
|
#include <arm/disklabel.h>
|
|
#endif /* HAVE_NBTOOL_CONFIG_H */
|