summaryrefslogtreecommitdiff
path: root/src/kernel/elf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/elf.h')
-rw-r--r--src/kernel/elf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/elf.h b/src/kernel/elf.h
index 89726c9..1f39afd 100644
--- a/src/kernel/elf.h
+++ b/src/kernel/elf.h
@@ -4,6 +4,6 @@
#include <stdint.h>
#include "drive.h"
-uint32_t try_elf_run(const struct drive *d, const char *path, const char *pass_old_vma);
+uint32_t try_elf_run(const struct drive *d, const char *path, const char *pass_old_vma, uint32_t io_handle);
#endif \ No newline at end of file