1 1.5 jmcneill /* $NetBSD: disklabel.h,v 1.7 2012/01/08 18:05:43 jmcneill Exp $ */ 2 1.1 jmcneill 3 1.5 jmcneill /* 4 1.7 jmcneill * Automatically generated by genheaders.sh on Sat Jan 7 19:13:27 EST 2012 5 1.5 jmcneill * Do not modify directly! 6 1.1 jmcneill */ 7 1.5 jmcneill #ifndef _USERMODE_DISKLABEL_H 8 1.5 jmcneill #define _USERMODE_DISKLABEL_H 9 1.1 jmcneill 10 1.5 jmcneill #if defined(__i386__) 11 1.5 jmcneill #include "../../i386/include/disklabel.h" 12 1.5 jmcneill #elif defined(__x86_64__) 13 1.5 jmcneill #include "../../amd64/include/disklabel.h" 14 1.5 jmcneill #else 15 1.5 jmcneill #error port me 16 1.5 jmcneill #endif 17 1.7 jmcneill #include <machine/types.h> 18 1.7 jmcneill #ifndef __HAVE_OLD_DISKLABEL 19 1.2 reinoud #undef DISKUNIT 20 1.2 reinoud #undef DISKPART 21 1.2 reinoud #undef DISKMINOR 22 1.7 jmcneill #endif 23 1.1 jmcneill 24 1.4 jmcneill #endif 25