Forgotten changes that should have been part of the r45368 64-bit fix.
[AROS.git] / rom / usb / classes / usbclass.conf
blobcd8299dd50eaedc7e555b466e0da86410c6087ab
1 ##begin config
2 version 1.1
3 libbase UsbClsBase
4 libbasetype struct Library
5 libbasetypeextern struct Library
6 residentpri 48
7 ##end config
9 ##begin cdef
10 #include <exec/types.h>
11 #include <exec/lists.h>
12 #include <exec/semaphores.h>
13 #include <exec/devices.h>
14 #include <exec/io.h>
15 #include <exec/ports.h>
16 #include <utility/utility.h>
17 #include <devices/timer.h>
18 #include <libraries/poseidon.h>
19 #include <libraries/usbclass.h>
20 ##end cdef
22 ##begin functionlist
23 LONG usbGetAttrsA(ULONG type, APTR usbstruct, struct TagItem *taglist) (D0,A0,A1)
24 LONG usbSetAttrsA(ULONG type, APTR usbstruct, struct TagItem *taglist) (D0,A0,A1)
25 SIPTR usbDoMethodA(ULONG methodid, IPTR *methoddata) (D0,A1)
26 ##end functionlist