Home | History | Annotate | Line # | Download | only in include
disklabel.h revision 1.4
      1  1.4  christos /*	$NetBSD: disklabel.h,v 1.4 2005/12/11 12:17:36 christos Exp $	*/
      2  1.2       uch #ifndef _HPCSH_DISKLABEL_H_
      3  1.2       uch #define _HPCSH_DISKLABEL_H_
      4  1.1    itojun 
      5  1.3    dyoung #if HAVE_NBTOOL_CONFIG_H
      6  1.3    dyoung #include <nbinclude/sh3/disklabel.h>
      7  1.3    dyoung #else
      8  1.1    itojun #include <sh3/disklabel.h>
      9  1.3    dyoung #endif /* HAVE_NBTOOL_CONFIG_H */
     10  1.1    itojun 
     11  1.2       uch #endif /* _HPCSH_DISKLABEL_H_ */
     12