Adrian Bunk | 75e2df6 | 2006-03-25 18:01:53 +0100 | [diff] [blame] | 1 | #ifndef __LINUX_USB_PCI_QUIRKS_H |
| 2 | #define __LINUX_USB_PCI_QUIRKS_H |
| 3 | |
Andiry Xu | ad93562 | 2011-03-01 14:57:05 +0800 | [diff] [blame] | 4 | #ifdef CONFIG_PCI |
Adrian Bunk | 75e2df6 | 2006-03-25 18:01:53 +0100 | [diff] [blame] | 5 | void uhci_reset_hc(struct pci_dev *pdev, unsigned long base); |
| 6 | int uhci_check_and_reset_hc(struct pci_dev *pdev, unsigned long base); |
Andiry Xu | ad93562 | 2011-03-01 14:57:05 +0800 | [diff] [blame] | 7 | int usb_amd_find_chipset_info(void); |
| 8 | void usb_amd_dev_put(void); |
| 9 | void usb_amd_quirk_pll_disable(void); |
| 10 | void usb_amd_quirk_pll_enable(void); |
| 11 | #else |
| 12 | static inline void usb_amd_quirk_pll_disable(void) {} |
| 13 | static inline void usb_amd_quirk_pll_enable(void) {} |
| 14 | static inline void usb_amd_dev_put(void) {} |
| 15 | #endif /* CONFIG_PCI */ |
Adrian Bunk | 75e2df6 | 2006-03-25 18:01:53 +0100 | [diff] [blame] | 16 | |
| 17 | #endif /* __LINUX_USB_PCI_QUIRKS_H */ |