Warning: This file is not a C or C++ file. It does not have highlighting.
| 1 | /* SPDX-License-Identifier: GPL-2.0 */ |
|---|---|
| 2 | #ifndef __BCM63XX_FLASH_H |
| 3 | #define __BCM63XX_FLASH_H |
| 4 | |
| 5 | enum { |
| 6 | BCM63XX_FLASH_TYPE_PARALLEL, |
| 7 | BCM63XX_FLASH_TYPE_SERIAL, |
| 8 | BCM63XX_FLASH_TYPE_NAND, |
| 9 | }; |
| 10 | |
| 11 | int __init bcm63xx_flash_register(void); |
| 12 | |
| 13 | #endif /* __BCM63XX_FLASH_H */ |
| 14 |
Warning: This file is not a C or C++ file. It does not have highlighting.
