diff options
Diffstat (limited to 'drivers/pci/hotplug/rpaphp.h')
-rw-r--r-- | drivers/pci/hotplug/rpaphp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pci/hotplug/rpaphp.h b/drivers/pci/hotplug/rpaphp.h index 8ecff0b950e8..064a0d66e3c5 100644 --- a/drivers/pci/hotplug/rpaphp.h +++ b/drivers/pci/hotplug/rpaphp.h | |||
@@ -98,6 +98,7 @@ extern int rpaphp_enable_pci_slot(struct slot *slot); | |||
98 | extern int register_pci_slot(struct slot *slot); | 98 | extern int register_pci_slot(struct slot *slot); |
99 | extern int rpaphp_unconfig_pci_adapter(struct slot *slot); | 99 | extern int rpaphp_unconfig_pci_adapter(struct slot *slot); |
100 | extern int rpaphp_get_pci_adapter_status(struct slot *slot, int is_init, u8 * value); | 100 | extern int rpaphp_get_pci_adapter_status(struct slot *slot, int is_init, u8 * value); |
101 | extern int rpaphp_config_pci_adapter(struct pci_bus *bus); | ||
101 | 102 | ||
102 | /* rpaphp_core.c */ | 103 | /* rpaphp_core.c */ |
103 | extern int rpaphp_add_slot(struct device_node *dn); | 104 | extern int rpaphp_add_slot(struct device_node *dn); |