repo.or.cz
/
tangerine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Updated PCI IDs to latest snapshot.
[tangerine.git]
/
arch
/
.unmaintained
/
morphos
/
Include
/
proto
/
alib.h
blob
76d8ed4652d01f2400ce67f0ac1a62c1f6cdce0c
1
#include <clib/alib_protos.h>
2
#define CallHook(MyHook, MyObject, tags...) \
3
({ULONG _tags[] = { tags }; CallHookA((MyHook), (MyObject), (APTR)_tags);})