2
0
mirror of https://github.com/m-labs/artiq.git synced 2025-01-05 16:43:34 +08:00
artiq/soc/runtime/elf_loader.h

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 */