1 1.5 jmcneill /* $NetBSD: disklabel.h,v 1.14 2018/05/16 12:40:43 reinoud Exp $ */ 2 1.1 jmcneill 3 1.5 jmcneill /* 4 1.14 reinoud * Automatically generated by ./genheaders.sh on Wed May 16 14:39:02 CEST 2018 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.13 jmcneill #elif defined(__arm__) 15 1.13 jmcneill #include "../../arm/include/disklabel.h" 16 1.5 jmcneill #else 17 1.5 jmcneill #error port me 18 1.5 jmcneill #endif 19 1.7 jmcneill #include <machine/types.h> 20 1.7 jmcneill #ifndef __HAVE_OLD_DISKLABEL 21 1.2 reinoud #undef DISKUNIT 22 1.2 reinoud #undef DISKPART 23 1.2 reinoud #undef DISKMINOR 24 1.7 jmcneill #endif 25 1.1 jmcneill 26 1.4 jmcneill #endif 27