repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Listtree.mcc: use internal inherited class of NListtree
[AROS.git]
/
arch
/
all-mingw32
/
kernel
/
host_intern.h
blob
12b4b9c9ff4f96f1c07ca1238845d89cfe74ff31
1
#ifdef __x86_64__
2
#define __aros __attribute__((sysv_abi))
3
#else
4
#define __aros
5
#endif
6
7
struct
LeaveInterruptContext
8
{
9
UINT_PTR pc
;
10
UINT_PTR r0
;
11
};
12
13
extern
HANDLE conin
,
conout
;
14
15
void
core_LeaveInterrupt
(
void
);
16
extern
unsigned char
core_LeaveInt_End
;