diff options
author | Grant Likely <grant.likely@secretlab.ca> | 2006-12-12 15:13:19 -0700 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-02-08 15:29:22 +1100 |
commit | f42963f8646540ac7e5ba016a0ec1cc2e7386b57 (patch) | |
tree | 88820e08dec5442db3da832401095f78c399d3be /include/asm-powerpc/mpc52xx.h | |
parent | d5112a4f31a361409d3c57dc9d58dd69f8014bef (diff) |
[POWERPC] Add mpc52xx/lite5200 PCI support
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Acked-by: Sylvain Munaut <tnt@246tNt.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'include/asm-powerpc/mpc52xx.h')
-rw-r--r-- | include/asm-powerpc/mpc52xx.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-powerpc/mpc52xx.h b/include/asm-powerpc/mpc52xx.h index 4560d72fc75..7afd5bf9452 100644 --- a/include/asm-powerpc/mpc52xx.h +++ b/include/asm-powerpc/mpc52xx.h @@ -249,6 +249,8 @@ extern void mpc52xx_declare_of_platform_devices(void); extern void mpc52xx_init_irq(void); extern unsigned int mpc52xx_get_irq(void); +extern int __init mpc52xx_add_bridge(struct device_node *node); + #endif /* __ASSEMBLY__ */ #endif /* __ASM_POWERPC_MPC52xx_H__ */ |