summaryrefslogtreecommitdiff
path: root/fs/elf.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/elf.h')
-rw-r--r--fs/elf.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/elf.h b/fs/elf.h
index bcbfc2d..8712c8f 100644
--- a/fs/elf.h
+++ b/fs/elf.h
@@ -1 +1,3 @@
+//https://docs.oracle.com/cd/E19455-01/806-3773/elf-2/index.html
uint32_t load_elf(char *name, uint32_t *alloc);
+void elf_multiboot_read(multiboot_information *info);