0.0.2d: Added BGA support, graphics!
This commit is contained in:
@ -36,12 +36,13 @@ typedef struct {
|
||||
uint32_t p_align;
|
||||
} Elf32_Phdr;
|
||||
|
||||
//typedef int (*elf_entry_t)(int, char**);
|
||||
typedef int (*elf_entry_t)(void);
|
||||
|
||||
typedef struct {
|
||||
elf_entry_t entry_point;
|
||||
} elf_executable_t;
|
||||
|
||||
elf_executable_t* load_elf32(void* elf_data);
|
||||
int load_elf32(void* elf_data, elf_executable_t** ptr);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user