netbsd/sys/arch/hpcsh/include/disklabel.h
2013-04-06 16:48:33 +02:00

13 lines
309 B
C

/* $NetBSD: disklabel.h,v 1.5 2011/08/30 12:39:55 bouyer Exp $ */
#ifndef _HPCSH_DISKLABEL_H_
#define _HPCSH_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 /* _HPCSH_DISKLABEL_H_ */