9 lines
No EOL
161 B
C
9 lines
No EOL
161 B
C
#ifndef ELF_H
|
|
#define ELF_H
|
|
|
|
#include <stdint.h>
|
|
#include "drive.h"
|
|
|
|
bool try_elf_run(const struct drive *d, const char *path, const char *pass_old_vma);
|
|
|
|
#endif |