aboutsummaryrefslogtreecommitdiff
path: root/bbl/bbl.h
diff options
context:
space:
mode:
Diffstat (limited to 'bbl/bbl.h')
-rw-r--r--bbl/bbl.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/bbl/bbl.h b/bbl/bbl.h
index e9e1dab..c9a02e1 100644
--- a/bbl/bbl.h
+++ b/bbl/bbl.h
@@ -8,14 +8,6 @@
#include <stdint.h>
#include <stddef.h>
-typedef struct {
- uintptr_t entry;
- uintptr_t first_user_vaddr;
- uintptr_t first_vaddr_after_user;
- uintptr_t load_offset;
-} kernel_elf_info;
-
-void load_kernel_elf(void* blob, size_t size, kernel_elf_info* info);
void print_logo();
#endif // !__ASSEMBLER__