]> Git Repo - imx_flashconf.git/blame_incremental - flash_confs.h
error checking
[imx_flashconf.git] / flash_confs.h
... / ...
CommitLineData
1// SPDX-License-Identifier: (GPL-2.0 or MIT)
2/*
3 * Copyright (C) 2020 Jesse Taube <[email protected]>
4 */
5
6#ifndef __FLASH_CONFIGS__
7#define __FLASH_CONFIGS__
8 typedef struct _flash_configs {
9 flexspi_nor_config_t config;
10 char name[32];
11 } flash_configs;
12 const flash_configs * get_flash_confs();
13#endif /* __FLASH_CONFIGS__ */
This page took 0.025142 seconds and 5 git commands to generate.