Split off OHCI support into a separate device. Numerous bug fixes, most
[AROS.git] / rom / usb / pciusbhc / ohci / roothub_protos.h
blobe9702c08513dd378185ab229dfe2fe09fde9b068
1 /*
2 Copyright © 2002-2009, Chris Hodges. All rights reserved.
3 Copyright © 2009-2012, The AROS Development Team. All rights reserved.
4 $Id$
5 */
7 #ifndef ROOTHUB_H
8 #define ROOTHUB_H
10 #include "dev.h"
12 void CheckRootHubChanges(struct PCIUnit *unit);
13 WORD cmdControlXFerRootHub(struct IOUsbHWReq *ioreq,
14 struct PCIUnit *unit, struct PCIDevice *base);
15 WORD cmdIntXFerRootHub(struct IOUsbHWReq *ioreq,
16 struct PCIUnit *unit, struct PCIDevice *base);
18 #endif /* ROOTHUB_H */