aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/sysdev/mv64x60.h
diff options
context:
space:
mode:
authorDale Farnsworth <dale@farnsworth.org>2007-05-12 10:57:12 +1000
committerPaul Mackerras <paulus@samba.org>2007-05-12 11:32:50 +1000
commite1a3107b06a9619773596cd46a9ce0574419aed4 (patch)
tree3fd225fc9b2143d4db3d5500da3969608a5c6ea9 /arch/powerpc/sysdev/mv64x60.h
parent01f0e78e15c52af480c867af5bd406afec80d9cc (diff)
[POWERPC] Add Marvell mv64x60 PCI bridge support
This patch adds PCI bridge support for the Marvell mv64x60 chip. We also provide the ability to read/write the mv64x60 hotswap register via sysfs if the hs_reg_valid property is set in the device tree. Signed-off-by: Dale Farnsworth <dale@farnsworth.org> Acked-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/sysdev/mv64x60.h')
-rw-r--r--arch/powerpc/sysdev/mv64x60.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/sysdev/mv64x60.h b/arch/powerpc/sysdev/mv64x60.h
index 709003948ae..2ff0b4ef268 100644
--- a/arch/powerpc/sysdev/mv64x60.h
+++ b/arch/powerpc/sysdev/mv64x60.h
@@ -6,4 +6,6 @@
extern void __init mv64x60_init_irq(void);
extern unsigned int mv64x60_get_irq(void);
+extern void __init mv64x60_pci_init(void);
+
#endif /* __MV64X60_H__ */