Files
arcs/arcs-sdk/modules/lvgl8/porting/lv_port_fs.h
2026-08-13 16:50:52 +08:00

39 lines
584 B
C

/**
* @file lv_port_fs_templ.h
*
*/
#ifndef __LV_PORT_FS_H__
#define __LV_PORT_FS_H__
#ifdef __cplusplus
extern "C" {
#endif
/*********************
* INCLUDES
*********************/
#include "lvgl.h"
/*********************
* DEFINES
*********************/
/**********************
* TYPEDEFS
**********************/
/**********************
* GLOBAL PROTOTYPES
**********************/
/**********************
* MACROS
**********************/
void lv_port_fs_init(void);
#ifdef __cplusplus
} /* extern "C" */
#endif
#endif /* __LV_PORT_FS_H__ */