Rev 2791 | Rev 2844 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2791 | Rev 2792 | ||
---|---|---|---|
Line 41... | Line 41... | ||
41 | #include <ipc/ipc.h> |
41 | #include <ipc/ipc.h> |
42 | #include <async.h> |
42 | #include <async.h> |
43 | 43 | ||
44 | typedef struct { |
44 | typedef struct { |
45 | void * (* match)(void *, const char *); |
45 | void * (* match)(void *, const char *); |
46 | void * (* node_get)(fs_handle_t, dev_handle_t, fs_index_t); |
46 | void * (* node_get)(dev_handle_t, fs_index_t); |
47 | void * (* create)(int); |
47 | void * (* create)(int); |
48 | void (* destroy)(void *); |
48 | void (* destroy)(void *); |
49 | bool (* link)(void *, void *, const char *); |
49 | bool (* link)(void *, void *, const char *); |
50 | int (* unlink)(void *, void *); |
50 | int (* unlink)(void *, void *); |
51 | fs_index_t (* index_get)(void *); |
51 | fs_index_t (* index_get)(void *); |