]> Git Repo - imx_flashconf.git/blob - flash_confs.h
init
[imx_flashconf.git] / flash_confs.h
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__*/
This page took 0.024225 seconds and 4 git commands to generate.