Reverted r44762 (removal of USB3.0 and HC driver separation work).
[AROS.git] / rom / usb / pciusbhc / uhci / pciuhci.conf
blob252373f4130b9ec90a9766fa395a264eb8ba78f4
1 ##begin config
2 version 1.3
3 libbase base
4 libbasetype struct PCIDevice
5 libbasetypeextern struct Device
6 residentpri 48
7 basename pciuhci
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 "uhwcmd.h"
16 ##end cdefprivate