diff options
Diffstat (limited to 'include/kernel/fd.h')
| -rw-r--r-- | include/kernel/fd.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/include/kernel/fd.h b/include/kernel/fd.h new file mode 100644 index 0000000..07cf454 --- /dev/null +++ b/include/kernel/fd.h @@ -0,0 +1,12 @@ +#ifndef _FD_H +#define _FD_H + +#include <kernel/fs.h> +#include <stdint.h> +#include <sys/types.h> + +void fd_init(void); + +void fd_block_read(struct buffer*); + +#endif |
