Fix IO memory access .. SB128 driver makes noises in VMWare - CMI is untested (Curren...
[AROS.git] / rom / exec / intservers.h
blobd29d1e8cd847c2b9d8448e4efa759189cc671e80
1 #include <hardware/custom.h>
3 AROS_UFP5(void, IntServer,
4 AROS_UFPA(ULONG, intMask, D0),
5 AROS_UFPA(struct Custom *, custom, A0),
6 AROS_UFPA(struct List *, intList, A1),
7 AROS_UFPA(APTR, intCode, A5),
8 AROS_UFPA(struct ExecBase *, SysBase, A6));
10 AROS_UFP5(void, VBlankServer,
11 AROS_UFPA(ULONG, intMask, D0),
12 AROS_UFPA(struct Custom *, custom, A0),
13 AROS_UFPA(struct List *, intList, A1),
14 AROS_UFPA(APTR, intCode, A5),
15 AROS_UFPA(struct ExecBase *, SysBase, A6));
17 /* Implementation is in cause.c */
18 AROS_UFP5(void, SoftIntDispatch,
19 AROS_UFPA(ULONG, intReady, D1),
20 AROS_UFPA(volatile struct Custom *, custom, A0),
21 AROS_UFPA(IPTR, intData, A1),
22 AROS_UFPA(ULONG_FUNC, intCode, A5),
23 AROS_UFPA(struct ExecBase *, SysBase, A6));