fixed warnings

This commit is contained in:
Markus Fröschle
2013-11-11 10:16:36 +00:00
parent f698349be7
commit a1e9e74c64
2 changed files with 3 additions and 2 deletions

View File

@@ -217,4 +217,5 @@ extern int32_t pci_unhook_interrupt(int32_t handle);
#define PCI_DEVICE_FROM_HANDLE(h) (((h) & 0xf8) >> 3)
#define PCI_FUNCTION_FROM_HANDLE(h) (((h) & 0x7))
extern void chip_errata_135(void); /* needed in ohci-hcd.c */
#endif /* _PCI_H_ */