License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-2.6/btrfs-unstable.git] / arch / mips / include / asm / mach-bcm63xx / bcm63xx_dev_flash.h
blob4d5005f2b8b58bb157a5085d1ecebab2c6ee8bb6
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __BCM63XX_FLASH_H
3 #define __BCM63XX_FLASH_H
5 enum {
6 BCM63XX_FLASH_TYPE_PARALLEL,
7 BCM63XX_FLASH_TYPE_SERIAL,
8 BCM63XX_FLASH_TYPE_NAND,
9 };
11 int __init bcm63xx_flash_register(void);
13 #endif /* __BCM63XX_FLASH_H */