Fix IO memory access .. SB128 driver makes noises in VMWare - CMI is untested (Curren...
[AROS.git] / arch / all-mingw32 / kernel / host_intern.h
blob6f6af7811465201ac7152fdbeba2f6cdfec34840
1 struct LeaveInterruptContext
3 UINT_PTR pc;
4 UINT_PTR r0;
5 };
7 extern HANDLE conin, conout;
9 void core_LeaveInterrupt(void);