#ifndef SYS_FILESYS_H #define SYS_FILESYS_H void filesys_init(void); void sf_log_open(void); void sf_log_confg(void); #endif