mirror of https://github.com/m-labs/artiq.git
7 lines
151 B
C
7 lines
151 B
C
|
#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 */
|