/* $NetBSD: asm.h,v 1.12 2018/05/16 12:40:43 reinoud Exp $ */

/*
* Automatically generated by ./genheaders.sh on Wed May 16 14:39:02 CEST 2018
* 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"
#elif defined(__arm__)
#include "../../arm/include/asm.h"
#else
#error port me
#endif

#endif