revert between 56095 -> 55830 in arch
[AROS.git] / workbench / libs / reqtools / boopsi.h
blob33b69f389c7c039eefc824a4db65de25e0858f6e
1 #ifdef __AROS__
2 #include <aros/asmcall.h>
4 AROS_UFP3(IPTR, myBoopsiDispatch,
5 AROS_UFPA(Class *, cl, A0),
6 AROS_UFPA(struct Image *, im, A2),
7 AROS_UFPA(Msg, msg, A1));
8 #else
9 IPTR myBoopsiDispatch(REGPARAM(a0, Class *, cl),
10 REGPARAM(a2, struct Image *, im),
11 REGPARAM(a1, Msg, msg));
12 #endif