remove definition of ARM_PERIIOBASE
[AROS.git] / rom / usb / classes / camdmidi / camdusbmidi.conf
blob90d98dee99ab8170d11e9fec99ff145e758d2b1d
1 ##begin config
2 version 4.3
3 libbase nh
4 libbasetype struct NepHidBase
5 libbasetypeextern struct Library
6 residentpri 39
7 basename nep
8 ##end config
10 ##begin cdef
11 #include <libraries/usbclass.h>
12 #include "camdusbmidi.h"
13 ##end cdef
15 ##begin functionlist
16 LONG usbGetAttrsA(ULONG type, APTR usbstruct, struct TagItem *taglist) (D0,A0,A1)
17 LONG usbSetAttrsA(ULONG type, APTR usbstruct, struct TagItem *taglist) (D0,A0,A1)
18 IPTR usbDoMethodA(ULONG methodid, IPTR *methoddata) (D0,A1)
26 APTR usbCAMDOpenPort(APTR xmitfc, APTR recvfct, APTR userdata, STRPTR idstr, ULONG port) (A0,A1,A2,A3,D0)
27 VOID usbCAMDClosePort(ULONG port, STRPTR idstr) (D0, A1)
29 ##end functionlist