aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/hotplug/rpaphp.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/pci/hotplug/rpaphp.h')
-rw-r--r--drivers/pci/hotplug/rpaphp.h1
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);
98extern int register_pci_slot(struct slot *slot); 98extern int register_pci_slot(struct slot *slot);
99extern int rpaphp_unconfig_pci_adapter(struct slot *slot); 99extern int rpaphp_unconfig_pci_adapter(struct slot *slot);
100extern int rpaphp_get_pci_adapter_status(struct slot *slot, int is_init, u8 * value); 100extern int rpaphp_get_pci_adapter_status(struct slot *slot, int is_init, u8 * value);
101extern int rpaphp_config_pci_adapter(struct pci_bus *bus);
101 102
102/* rpaphp_core.c */ 103/* rpaphp_core.c */
103extern int rpaphp_add_slot(struct device_node *dn); 104extern int rpaphp_add_slot(struct device_node *dn);