mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-14 08:31:28 -04:00
9 lines
219 B
C
9 lines
219 B
C
/* $NetBSD: disklabel.h,v 1.6 2011/08/30 12:39:53 bouyer Exp $ */
|
|
|
|
#define LABELUSESMBR 1
|
|
#if HAVE_NBTOOL_CONFIG_H
|
|
#include <nbinclude/arm/disklabel.h>
|
|
#else
|
|
#include <arm/disklabel.h>
|
|
#endif /* HAVE_NBTOOL_CONFIG_H */
|