+// SPDX-License-Identifier: (GPL-2.0 or MIT)
+/*
+ */
+
#ifndef __FLASH_CONFIGS__
#define __FLASH_CONFIGS__
typedef struct _flash_configs {
char name[32];
} flash_configs;
const flash_configs * get_flash_confs();
-#endif /* __FLASH_CONFIGS__*/
\ No newline at end of file
+#endif /* __FLASH_CONFIGS__ */
\ No newline at end of file