/* $NetBSD: param.h,v 1.3 2011/09/03 14:23:50 jmcneill Exp $ */ /* * Automatically generated by genheaders.sh on Sat Sep 3 10:13:14 EDT 2011 * Do not modify directly! */ #ifndef _USERMODE_PARAM_H #define _USERMODE_PARAM_H #if defined(__i386__) #include "../../i386/include/param.h" #elif defined(__x86_64__) #include "../../amd64/include/param.h" #else #error port me #endif #endif