diff options
Diffstat (limited to 'kernel/inc/io.h')
-rw-r--r-- | kernel/inc/io.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/inc/io.h b/kernel/inc/io.h index ed7920e..5d51f89 100644 --- a/kernel/inc/io.h +++ b/kernel/inc/io.h @@ -16,7 +16,7 @@ struct io_dev { res (*ready)(void); }; -void io_install(struct boot_info *boot); +void io_install(void); void io_add(enum io_type io, struct io_dev *dev) NONNULL; // No NONNULL on syscalls |