os/sysroot/usr/include/vfs.h

8 lines
133 B
C

#ifndef VFS_H
#define VFS_H
void register_fs(const char* name,uint32_t mbox);
void mount(char* file,char* type,char* path);
#endif