blob: 59969a3b37fd9b5e6de91919901681fed7c7207d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/* $NetBSD: disklabel.h,v 1.4 2011/08/30 12:39:54 bouyer Exp $ */
#ifndef _DREAMCAST_DISKLABEL_H_
#define _DREAMCAST_DISKLABEL_H_
#define LABELUSESMBR 1
#if HAVE_NBTOOL_CONFIG_H
#include <nbinclude/sh3/disklabel.h>
#else
#include <sh3/disklabel.h>
#endif /* HAVE_NBTOOL_CONFIG_H */
#endif /* _DREAMCAST_DISKLABEL_H_ */
|