Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid
[cascardo/linux.git] / arch / mips / include / asm / mach-bcm63xx / bcm63xx_dev_flash.h
1 #ifndef __BCM63XX_FLASH_H
2 #define __BCM63XX_FLASH_H
3
4 enum {
5         BCM63XX_FLASH_TYPE_PARALLEL,
6         BCM63XX_FLASH_TYPE_SERIAL,
7         BCM63XX_FLASH_TYPE_NAND,
8 };
9
10 int __init bcm63xx_flash_register(void);
11
12 #endif /* __BCM63XX_FLASH_H */