From 499e349afa57536ce80497aa99f61c5492e3733e Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Sat, 29 Jan 2011 03:15:44 +0100 Subject: More filesystem stuff working. devfs is now in place with stdin, stdout, and stderr. --- os/include/fio.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'os/include/fio.h') diff --git a/os/include/fio.h b/os/include/fio.h index a1a1c1f..e4ba659 100644 --- a/os/include/fio.h +++ b/os/include/fio.h @@ -25,4 +25,6 @@ ssize_t fio_write(int fd, const void * buf, size_t count); off_t fio_seek(int fd, off_t offset, int whence); int fio_close(int fd); +void register_devfs(); + #endif -- cgit v1.2.3