diff options
author | Maxime Bizon <mbizon@freebox.fr> | 2009-08-18 08:23:37 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2009-09-17 14:07:52 -0400 |
commit | e7300d04bd0809eb7ea10a2ed8c729459f816e36 (patch) | |
tree | 8af589d3954c09323d3f74e69aa6fabbb32e049e /arch/mips/include/asm/mach-bcm63xx/bcm63xx_board.h | |
parent | 0de663ef8627f35fda9106a8faaca512f29e493e (diff) |
MIPS: BCM63xx: Add support for the Broadcom BCM63xx family of SOCs.
Signed-off-by: Maxime Bizon <mbizon@freebox.fr>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/include/asm/mach-bcm63xx/bcm63xx_board.h')
-rw-r--r-- | arch/mips/include/asm/mach-bcm63xx/bcm63xx_board.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/mips/include/asm/mach-bcm63xx/bcm63xx_board.h b/arch/mips/include/asm/mach-bcm63xx/bcm63xx_board.h new file mode 100644 index 000000000000..fa3e7e617b09 --- /dev/null +++ b/arch/mips/include/asm/mach-bcm63xx/bcm63xx_board.h | |||
@@ -0,0 +1,12 @@ | |||
1 | #ifndef BCM63XX_BOARD_H_ | ||
2 | #define BCM63XX_BOARD_H_ | ||
3 | |||
4 | const char *board_get_name(void); | ||
5 | |||
6 | void board_prom_init(void); | ||
7 | |||
8 | void board_setup(void); | ||
9 | |||
10 | int board_register_devices(void); | ||
11 | |||
12 | #endif /* ! BCM63XX_BOARD_H_ */ | ||