mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-11 16:15:07 -04:00
13 lines
321 B
C
13 lines
321 B
C
/* $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_ */
|