/** * @file lv_fs_if.h * */ #ifndef LV_FS_IF_SPIFFS_H #define LV_FS_IF_SPIFFS_H #ifdef __cplusplus extern "C" { #endif void lv_fs_if_spiffs_init(void); #ifdef __cplusplus } /* extern "C" */ #endif #endif