M7350/kernel/arch/mips/include/asm/mach-bcm63xx/bcm63xx_dev_flash.h

13 lines
221 B
C
Raw Normal View History

2024-09-09 08:57:42 +00:00
#ifndef __BCM63XX_FLASH_H
#define __BCM63XX_FLASH_H
enum {
BCM63XX_FLASH_TYPE_PARALLEL,
BCM63XX_FLASH_TYPE_SERIAL,
BCM63XX_FLASH_TYPE_NAND,
};
int __init bcm63xx_flash_register(void);
#endif /* __BCM63XX_FLASH_H */