summaryrefslogtreecommitdiffstats
path: root/drivers/pci/hotplug/rpaphp.h
diff options
context:
space:
mode:
authorJohn Rose2005-11-04 22:38:50 +0100
committerGreg Kroah-Hartman2005-11-11 01:09:17 +0100
commit5fa80fcdca9d20d30c9ecec30d4dbff4ed93a5c6 (patch)
tree156eef01eb5fb8431478f77ed01a2490064668a8 /drivers/pci/hotplug/rpaphp.h
parent[PATCH] PCI: removed unneeded .owner field from struct pci_driver (diff)
downloadkernel-qcow2-linux-5fa80fcdca9d20d30c9ecec30d4dbff4ed93a5c6.tar.gz
kernel-qcow2-linux-5fa80fcdca9d20d30c9ecec30d4dbff4ed93a5c6.tar.xz
kernel-qcow2-linux-5fa80fcdca9d20d30c9ecec30d4dbff4ed93a5c6.zip
[PATCH] dlpar regression for ppc64 - probe change
This patch contains the driver bits for enabling DLPAR and PCI Hotplug for the new OF-based PCI probe. This functionality was regressed when the new PCI approach was introduced. Please apply if appropriate. Signed-off-by: John Rose <johnrose@austin.ibm.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/pci/hotplug/rpaphp.h')
-rw-r--r--drivers/pci/hotplug/rpaphp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/pci/hotplug/rpaphp.h b/drivers/pci/hotplug/rpaphp.h
index 71ea5f9bb284..57ea71a7bda5 100644
--- a/drivers/pci/hotplug/rpaphp.h
+++ b/drivers/pci/hotplug/rpaphp.h
@@ -93,6 +93,8 @@ extern int rpaphp_claim_resource(struct pci_dev *dev, int resource);
extern int rpaphp_enable_pci_slot(struct slot *slot);
extern int register_pci_slot(struct slot *slot);
extern int rpaphp_get_pci_adapter_status(struct slot *slot, int is_init, u8 * value);
+extern void rpaphp_init_new_devs(struct pci_bus *bus);
+extern void rpaphp_eeh_init_nodes(struct device_node *dn);
extern int rpaphp_config_pci_adapter(struct pci_bus *bus);
extern int rpaphp_unconfig_pci_adapter(struct pci_bus *bus);