diff options
author | Marvin Borner | 2021-04-28 23:12:17 +0200 |
---|---|---|
committer | Marvin Borner | 2021-04-28 23:12:17 +0200 |
commit | 04104fc051d44f4f9b3328f29b4be91fa4060f34 (patch) | |
tree | 1677c1739c44bd7c7e8722ea00ca3c6b45158c85 /kernel/inc/io.h | |
parent | 895a58b1b57a0ae8028576404a90f12e0133cf5f (diff) |
Started conversion to Grub (#17)
Yes, the CI won't like this.
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 |