MicrOS
elf_loader.h
Go to the documentation of this file.
1 #ifndef ELF_LOADER_H
2 #define ELF_LOADER_H
3 
5 #include "cpu/paging/paging.h"
7 
8 uint32_t elf_loader_load(uint8_t *content);
9 
10 #endif
uint32_t elf_loader_load(uint8_t *content)
Definition: elf_loader.c:3
size_t uint32_t
Unsigned integral type.
Definition: string.h:8