blk: rq_data_dir() should not return a boolean
[cris-mirror.git] / arch / mips / include / asm / mach-bcm63xx / bcm63xx_dev_flash.h
blob354b8481ec4a93680ac46b811126c1db3e24031b
1 #ifndef __BCM63XX_FLASH_H
2 #define __BCM63XX_FLASH_H
4 enum {
5 BCM63XX_FLASH_TYPE_PARALLEL,
6 BCM63XX_FLASH_TYPE_SERIAL,
7 BCM63XX_FLASH_TYPE_NAND,
8 };
10 int __init bcm63xx_flash_register(void);
12 #endif /* __BCM63XX_FLASH_H */