12 lines
300 B
C
12 lines
300 B
C
/* $NetBSD: disklabel.h,v 1.3 2005/12/11 12:17:06 christos Exp $ */
|
|
#ifndef _DREAMCAST_DISKLABEL_H_
|
|
#define _DREAMCAST_DISKLABEL_H_
|
|
|
|
#if HAVE_NBTOOL_CONFIG_H
|
|
#include <nbinclude/sh3/disklabel.h>
|
|
#else
|
|
#include <sh3/disklabel.h>
|
|
#endif /* HAVE_NBTOOL_CONFIG_H */
|
|
|
|
#endif /* _DREAMCAST_DISKLABEL_H_ */
|