diff options
| author | Miguel <m.i@gmx.at> | 2018-09-16 23:46:30 +0200 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2018-09-16 23:46:30 +0200 |
| commit | 06e6e427c76bdb88a7f72dd04411d95a4bda3270 (patch) | |
| tree | 5c2bae3ca5292bf3db58c33ef3d7f4f3947593c3 /fs/fd.h | |
| parent | 740ae2e69995df37c44fe61f57642ee642982ca2 (diff) | |
starting to create sysfs
Diffstat (limited to 'fs/fd.h')
| -rw-r--r-- | fs/fd.h | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -26,7 +26,8 @@ typedef struct enum FD_TYPE{ FD_TYPE_FIFO_BUFFERED=1, - FD_TYPE_EXT2_FILE=2 + FD_TYPE_EXT2_FILE=2, + FD_TYPE_EXT2_DIR=3 }; typedef struct fd_struct @@ -47,5 +48,5 @@ bool fd_close(fd*); fd fd_from_fifo(fifo* f); fd fd_from_path(char *path); - +//fd fd_from_sysfs(void(*g)(void (*f)(char *fmt, ...))); #endif |
