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