8 lines
187 B
C
8 lines
187 B
C
|
/* $NetBSD: disklabel.h,v 1.1 1999/09/13 10:30:32 itojun Exp $ */
|
||
|
#ifndef _EVBSH3_DISKLABEL_H_
|
||
|
#define _EVBSH3_DISKLABEL_H_
|
||
|
|
||
|
#include <sh3/disklabel.h>
|
||
|
|
||
|
#endif /* _EVBSH3_DISKLABEL_H_ */
|