]> Git Repo - imx_flashconf.git/blob - flash_confs.h
7baa18cf508352d1a75f3cbced8fecae9680887b
[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.015805 seconds and 2 git commands to generate.