os/include/kernel/elf.h

6 lines
93 B
C
Raw Normal View History

#include <stdint.h>
#include <stddef.h>
void run_program(uint8_t* program, size_t length);