2 This include file is used for compiling host-side parts of hardware emulation modules
3 on hosted AROS. These functions reside in host-side kernel module.
5 This API is experimental and subject to change.
8 #ifndef _AROS_KERNEL_HOST_H
9 #define _AROS_KERNEL_HOST_H
12 #define IMPORT __declspec(dllimport)
17 unsigned long IMPORT
KrnCauseIRQ(unsigned char irq
);