mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-06 21:57:22 -04:00
10 lines
220 B
C
10 lines
220 B
C
/* $NetBSD: disklabel.h,v 1.4 2011/08/30 12:39:52 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 */
|