19 lines
379 B
C
19 lines
379 B
C
/* $NetBSD: asm.h,v 1.10 2012/02/05 17:40:08 reinoud Exp $ */
|
|
|
|
/*
|
|
* Automatically generated by genheaders.sh on Sun Feb 5 18:39:33 CET 2012
|
|
* Do not modify directly!
|
|
*/
|
|
#ifndef _USERMODE_ASM_H
|
|
#define _USERMODE_ASM_H
|
|
|
|
#if defined(__i386__)
|
|
#include "../../i386/include/asm.h"
|
|
#elif defined(__x86_64__)
|
|
#include "../../amd64/include/asm.h"
|
|
#else
|
|
#error port me
|
|
#endif
|
|
|
|
#endif
|