os/sysroot/usr/include/vfs.h

7 lines
73 B
C

#ifndef VFS_H
#define VFS_H
void register_fs(const char* name);
#endif