forked from M-Labs/artiq
1
0
Fork 0
artiq/soc/runtime/elf_loader.h

7 lines
151 B
C
Raw Normal View History

2014-07-04 23:49:08 +08:00
#ifndef __ELF_LOADER_H
#define __ELF_LOADER_H
int load_elf(void *elf_data, int elf_length, void *dest, int dest_length);
#endif /* __ELF_LOADER_H */