Home | History | Annotate | Line # | Download | only in include
disklabel.h revision 1.5
      1  1.5  jmcneill /* $NetBSD: disklabel.h,v 1.5 2011/09/03 14:23:50 jmcneill Exp $ */
      2  1.1  jmcneill 
      3  1.5  jmcneill /*
      4  1.5  jmcneill  * Automatically generated by genheaders.sh on Sat Sep  3 10:13:14 EDT 2011
      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.2   reinoud #undef DISKUNIT
     18  1.2   reinoud #undef DISKPART
     19  1.2   reinoud #undef DISKMINOR
     20  1.1  jmcneill 
     21  1.4  jmcneill #endif
     22