ApertureOS
priv_elf_loader.h
Go to the documentation of this file.
1 #ifndef _PRIV_ELF_LOADER_PROC_H_
2 #define _PRIV_ELF_LOADER_PROC_H_
3 
4 #include "managers.h"
5 #include "elf.h"
6 #include "types.h"
7 #include "elf_loader.h"
8 
9 typedef struct ELF_Info_T
10 {
12  void (*elf_main)(void);
14  struct ELF_Info_T *next;
15 } ELF_Info;
16 
17 
18 #endif
struct ELF_Info_T * next
Definition: priv_elf_loader.h:14
ELF_FLAGS
Definition: elf_loader.h:6
uint64_t UID
Definition: types.h:8
UID id
Definition: priv_elf_loader.h:11
ELF_FLAGS flags
Definition: priv_elf_loader.h:13
Definition: priv_elf_loader.h:9