diff options
Diffstat (limited to 'arch/mips/include/asm/mach-bcm63xx')
-rw-r--r-- | arch/mips/include/asm/mach-bcm63xx/bcm63xx_dev_flash.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/mips/include/asm/mach-bcm63xx/bcm63xx_dev_flash.h b/arch/mips/include/asm/mach-bcm63xx/bcm63xx_dev_flash.h new file mode 100644 index 000000000000..8dcb54108c45 --- /dev/null +++ b/arch/mips/include/asm/mach-bcm63xx/bcm63xx_dev_flash.h | |||
@@ -0,0 +1,6 @@ | |||
1 | #ifndef __BCM63XX_FLASH_H | ||
2 | #define __BCM63XX_FLASH_H | ||
3 | |||
4 | int __init bcm63xx_flash_register(void); | ||
5 | |||
6 | #endif /* __BCM63XX_FLASH_H */ | ||