blob: 49b84f1296fe96ddc9ca15b6a0bf7a933b2d682b (
plain)
1
2
3
4
5
6
7
8
|
/* $NetBSD: disklabel.h,v 1.4 2011/08/30 12:39:56 bouyer Exp $ */
#define LABELUSESMBR 1
#if HAVE_NBTOOL_CONFIG_H
#include <nbinclude/sh3/disklabel.h>
#else
#include <sh3/disklabel.h>
#endif /* HAVE_NBTOOL_CONFIG_H */
|