Split off OHCI support into a separate device. Numerous bug fixes, most
[AROS.git] / rom / usb / pciusbhc / ohci / ohci.conf
blob6d49d682893eac6f2b8b64434822ac38497fb396
1 ##begin config
2 version 1.1
3 libbase base
4 libbasetype struct PCIDevice
5 libbasetypeextern struct Device
6 residentpri 48
7 basename ohci
8 beginio_func devBeginIO
9 abortio_func devAbortIO
10 ##end config
11 ##begin cdef
12 #include <devices/usbhardware.h>
13 ##end cdef
14 ##begin cdefprivate
15 #include "dev.h"
16 ##end cdefprivate