called PCI errata for all pci_write_...() functions

This commit is contained in:
Markus Fröschle
2014-10-02 14:21:43 +00:00
parent 16b2e35a2b
commit 4990704e99
2 changed files with 9 additions and 5 deletions

View File

@@ -346,5 +346,4 @@ extern int32_t wrapper_phys_to_virt(uint32_t address, PCI_CONV_ADR *pointer);
#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_ */