summaryrefslogtreecommitdiff
path: root/lib/elf.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/elf.h')
-rw-r--r--lib/elf.h5
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);