Release 4.14 arch/mips/include/asm/mach-bcm63xx/bcm63xx_dev_flash.h
/* SPDX-License-Identifier: GPL-2.0 */
#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 */
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Jonas Gorski | 25 | 96.15% | 2 | 66.67% |
Greg Kroah-Hartman | 1 | 3.85% | 1 | 33.33% |
Total | 26 | 100.00% | 3 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.