diff options
| author | Alasdair Armstrong | 2018-06-21 16:22:03 +0100 |
|---|---|---|
| committer | Alasdair Armstrong | 2018-06-21 17:02:01 +0100 |
| commit | bb694008780f63d84a68893016044b660a1558bf (patch) | |
| tree | 9cef428d8f19673459a07f8387df4b423bba5505 /lib/elf.h | |
| parent | 326f0dd88df92d3936b7acadb5073802d3f9d77b (diff) | |
| parent | 3658789d204eb100e901a2adb67b6bf8a30157bf (diff) | |
Merge branch 'tracing' into sail2
Diffstat (limited to 'lib/elf.h')
| -rw-r--r-- | lib/elf.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/elf.h b/lib/elf.h new file mode 100644 index 00000000..e5f90365 --- /dev/null +++ b/lib/elf.h @@ -0,0 +1,5 @@ +#pragma once + +#include<string.h> + +void load_elf(char *filename); |
