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]
/
rom
/
usb
/
classes
/
arosx
/
include
/
arosx.conf
blob
53649cb4c7ca040ef72945059c6a9ce11a718ac4
1
##begin config
2
basename AROSX
3
libbase AROSXBase
4
version 0.1
5
##end config
6
7
##begin cdef
8
#include <exec/ports.h>
9
##end cdef
10
11
##begin functionlist
12
APTR AROSX_AddEventHandler(struct MsgPort *mp, ULONG msgmask) (A1,D0)
13
VOID AROSX_RemEventHandler(APTR eh) (A0)
14
##end functionlist