summaryrefslogtreecommitdiff
path: root/boot/kjarna.h
diff options
context:
space:
mode:
Diffstat (limited to 'boot/kjarna.h')
-rw-r--r--boot/kjarna.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/boot/kjarna.h b/boot/kjarna.h
index 38a550f..be77a4b 100644
--- a/boot/kjarna.h
+++ b/boot/kjarna.h
@@ -5,7 +5,6 @@
#include <kjarna/interface.h>
int main(int argc, char **argv);
-int image_start(void);
void *malloc(size_t size);
void *calloc(size_t count, size_t size);
@@ -23,6 +22,6 @@ struct kjarna_boot_image
kjarna_image_entry_func *entry;
};
-struct kjarna_interface get_boot_interface(void);
struct kjarna_boot_image get_boot_image(void);
+