[PATCH v2 4/6] pseries: Export the acquire/release drc index routines
Nathan Fontenot
nfont at linux.vnet.ibm.com
Tue Nov 18 08:53:08 AEDT 2014
Export the routines to acquire and release a drc index.
Signed-off-by: Nathan Fontenot <nfont at linux.vnet.ibm.com>
---
arch/powerpc/platforms/pseries/pseries.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/powerpc/platforms/pseries/pseries.h b/arch/powerpc/platforms/pseries/pseries.h
index 1796c54..239bee5 100644
--- a/arch/powerpc/platforms/pseries/pseries.h
+++ b/arch/powerpc/platforms/pseries/pseries.h
@@ -60,6 +60,8 @@ extern struct device_node *dlpar_configure_connector(__be32,
struct device_node *);
extern int dlpar_attach_node(struct device_node *);
extern int dlpar_detach_node(struct device_node *);
+int dlpar_acquire_drc(u32 drc_index);
+int dlpar_release_drc(u32 drc_index);
/* PCI root bridge prepare function override for pseries */
struct pci_host_bridge;
More information about the Linuxppc-dev
mailing list