blob: 522df0b88498dcd32e82c81f3880e799a8b0f669 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/* $NetBSD: disklabel.h,v 1.3 2005/12/11 12:17:13 christos Exp $ */
#ifndef _EVBSH3_DISKLABEL_H_
#define _EVBSH3_DISKLABEL_H_
#if HAVE_NBTOOL_CONFIG_H
#include <nbinclude/sh3/disklabel.h>
#else
#include <sh3/disklabel.h>
#endif /* HAVE_NBTOOL_CONFIG_H */
#endif /* _EVBSH3_DISKLABEL_H_ */
|