1 
2 #ifndef __SYS_VFSUIO_H__
3 #define __SYS_VFSUIO_H__
4 
5 #include <sys/handle.h>
6 
7 int VFSUIO_Open(const char *path, Handle **handle);
8 
9 #endif /* __SYS_VFSUIO_H__ */
10 
11