#include <l4/sys/compiler.h>
#include <l4/l4vfs/types.h>
Go to the source code of this file.
Functions | |
EXTERN_C_BEGIN int | ft_get_next_free_entry (void) |
void | ft_free_entry (int i) |
void | ft_fill_entry (int i, file_desc_t fd_s) |
int | ft_is_open (int i) |
file_desc_t | ft_get_entry (int i) |
void | ft_init (void) |
Variables | |
EXTERN_C_END object_id_t | cwd |
object_id_t | c_root |