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
revert between 56095 -> 55830 in arch
[AROS.git]
/
arch
/
all-hosted
/
bootstrap
/
kickstart.h
blob
a6f4958b1cda60a819fe2ad759edf38f3d4eaf59
1
#ifdef _WIN64
2
#define __aros __attribute__((sysv_abi))
3
#else
4
#define __aros
5
#endif
6
7
int
kick
(
int
__aros
(*
addr
)(),
struct
TagItem
*
msg
);
8