|
PatchworkOS
da8a090
A non-POSIX operating system.
|
File table structure. More...
#include <file_table.h>
Public Member Functions | |
| BITMAP_DEFINE (bitmap, CONFIG_MAX_FD) | |
Data Fields | |
| file_t * | files [CONFIG_MAX_FD] |
| lock_t | lock |
File table structure.
Definition at line 23 of file file_table.h.
| file_table_t::BITMAP_DEFINE | ( | bitmap | , |
| CONFIG_MAX_FD | |||
| ) |
| file_t* file_table_t::files[CONFIG_MAX_FD] |
Definition at line 25 of file file_table.h.
| lock_t file_table_t::lock |
Definition at line 27 of file file_table.h.