libdragon
|
Filesystem open handle structure. More...
Data Fields | |
int | fs_mapping |
Index into filesystems. | |
void * | handle |
The handle assigned to this open file as returned by the filesystem code called to handle the open operation. Will be passed to all subsequent file operations on the file. | |
int | fileno |
The handle assigned by the filesystem code that will be returned to newlib. All subsequent newlib calls will use this handle which will be used to look up the internal reference. |
Filesystem open handle structure.
This is used to look up the correct filesystem function to call when working with an open file handle