cdefs.h revision 1.3
1/* $NetBSD: cdefs.h,v 1.3 2012/02/02 11:12:40 reinoud Exp $ */
2
3/*
4 * Automatically generated by genheaders.sh on Fri Jan 27 08:34:26 CET 2012
5 * Do not modify directly!
6 */
7#ifndef _USERMODE_CDEFS_H
8#define _USERMODE_CDEFS_H
9
10#if defined(__i386__)
11#include "../../i386/include/cdefs.h"
12#elif defined(__x86_64__)
13#include "../../amd64/include/cdefs.h"
14#else
15#error port me
16#endif
17
18#endif
19