grub2: bring back build of aros-side grub2 tools
[AROS.git] / rom / usb / pciusbhc / ohci / chip_protos.h
blobe3c630459d96f5986e6d0dca62034702695e7fa2
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 CHIP_PROTOS_H
8 #define CHIP_PROTOS_H
10 #include "dev.h"
12 void UpdateFrameCounter(struct PCIController *hc);
13 void AbortRequest(struct PCIController *hc, struct IOUsbHWReq *ioreq);
14 BOOL InitController(struct PCIController *hc, struct PCIUnit *hu);
15 void FreeController(struct PCIController *hc, struct PCIUnit *hu);
16 UWORD TranslatePortFlags(ULONG flags, ULONG mask);
18 #endif /* CHIP_PROTOS_H */