Files
AC707N/loader/update_ui/include_lib/system/fs/fs.h
T
2025-12-03 11:12:34 +08:00

20 lines
137 B
C

#ifndef __FS_H__
#define __FS_H__
typedef struct {
void *private_data;
} FILE;
#endif /* VFS_ENABLE */