初版
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
#ifndef __FS_H__
|
||||
#define __FS_H__
|
||||
|
||||
|
||||
|
||||
typedef struct {
|
||||
|
||||
void *private_data;
|
||||
} FILE;
|
||||
|
||||
|
||||
|
||||
#endif /* VFS_ENABLE */
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user