diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/usb/hcd.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/usb/hcd.h b/include/linux/usb/hcd.h index 8c865134c881..fc64b6825f5e 100644 --- a/include/linux/usb/hcd.h +++ b/include/linux/usb/hcd.h | |||
| @@ -141,6 +141,7 @@ struct usb_hcd { | |||
| 141 | unsigned wireless:1; /* Wireless USB HCD */ | 141 | unsigned wireless:1; /* Wireless USB HCD */ |
| 142 | unsigned authorized_default:1; | 142 | unsigned authorized_default:1; |
| 143 | unsigned has_tt:1; /* Integrated TT in root hub */ | 143 | unsigned has_tt:1; /* Integrated TT in root hub */ |
| 144 | unsigned amd_resume_bug:1; /* AMD remote wakeup quirk */ | ||
| 144 | 145 | ||
| 145 | unsigned int irq; /* irq allocated */ | 146 | unsigned int irq; /* irq allocated */ |
| 146 | void __iomem *regs; /* device memory/io */ | 147 | void __iomem *regs; /* device memory/io */ |
| @@ -435,6 +436,8 @@ extern int usb_hcd_pci_probe(struct pci_dev *dev, | |||
| 435 | extern void usb_hcd_pci_remove(struct pci_dev *dev); | 436 | extern void usb_hcd_pci_remove(struct pci_dev *dev); |
| 436 | extern void usb_hcd_pci_shutdown(struct pci_dev *dev); | 437 | extern void usb_hcd_pci_shutdown(struct pci_dev *dev); |
| 437 | 438 | ||
| 439 | extern int usb_hcd_amd_remote_wakeup_quirk(struct pci_dev *dev); | ||
| 440 | |||
| 438 | #ifdef CONFIG_PM | 441 | #ifdef CONFIG_PM |
| 439 | extern const struct dev_pm_ops usb_hcd_pci_pm_ops; | 442 | extern const struct dev_pm_ops usb_hcd_pci_pm_ops; |
| 440 | #endif | 443 | #endif |
