summaryrefslogtreecommitdiff
path: root/include/remote/elf.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/remote/elf.h')
-rw-r--r--include/remote/elf.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/include/remote/elf.h b/include/remote/elf.h
new file mode 100644
index 00000000..79193ab4
--- /dev/null
+++ b/include/remote/elf.h
@@ -0,0 +1,13 @@
+// This is an incomplete & imprecice implementation
+// It defers to the open source freebsd-elf implementations.
+
+#ifndef ELF_H
+#define ELF_H
+
+#include <inttypes.h>
+
+#include "freebsd-elf_common.h"
+#include "freebsd-elf32.h"
+#include "freebsd-elf64.h"
+
+#endif // ELF_H