11 lines
83 B
C
11 lines
83 B
C
|
#ifndef _VFS_H
|
||
|
#define _VFS_H
|
||
|
|
||
|
#include <types.h>
|
||
|
|
||
|
typedef int32_t FILE;
|
||
|
|
||
|
|
||
|
|
||
|
#endif
|