]>
Commit | Line | Data |
---|---|---|
fabb3b08 JT |
1 | #ifndef __FLASH_CONFIGS__ |
2 | #define __FLASH_CONFIGS__ | |
3 | typedef struct _flash_configs { | |
4 | flexspi_nor_config_t config; | |
5 | char name[32]; | |
6 | } flash_configs; | |
7 | const flash_configs * get_flash_confs(); | |
8 | #endif /* __FLASH_CONFIGS__*/ |