6 lines
77 B
C
6 lines
77 B
C
#ifndef SYS_FILESYS_H
|
|
#define SYS_FILESYS_H
|
|
|
|
void filesys_init(void);
|
|
|
|
#endif |