summaryrefslogtreecommitdiff
path: root/fs/elf.h
blob: 8712c8fdf01334e7d519335945979e7e18d74e16 (plain)
1
2
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);