Added locale item (sysmon.cd)
[AROS.git] / arch / all-mingw32 / kernel / host_intern.h
blob12b4b9c9ff4f96f1c07ca1238845d89cfe74ff31
1 #ifdef __x86_64__
2 #define __aros __attribute__((sysv_abi))
3 #else
4 #define __aros
5 #endif
7 struct LeaveInterruptContext
9 UINT_PTR pc;
10 UINT_PTR r0;
13 extern HANDLE conin, conout;
15 void core_LeaveInterrupt(void);
16 extern unsigned char core_LeaveInt_End;