5 lines
76 B
C
5 lines
76 B
C
#ifndef SYS_FILESYS_H
|
|
#define SYS_FILESYS_H
|
|
|
|
void filesys_init(void);
|
|
#endif |