MicrOS
elf_loader.h
Go to the documentation of this file.
1
#ifndef ELF_LOADER_H
2
#define ELF_LOADER_H
3
4
#include "
process/elf/parser/elf_parser.h
"
5
#include "
cpu/paging/paging.h
"
6
#include "
memory/physical/physical_memory_manager.h
"
7
8
uint32_t
elf_loader_load
(uint8_t *content);
9
10
#endif
paging.h
physical_memory_manager.h
elf_parser.h
elf_loader_load
uint32_t elf_loader_load(uint8_t *content)
Definition:
elf_loader.c:3
uint32_t
size_t uint32_t
Unsigned integral type.
Definition:
string.h:8
os
kernel
src
process
elf
loader
elf_loader.h
Generated by
1.8.13