aboutsummaryrefslogtreecommitdiff
path: root/ld.h
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2016-07-16 13:31:03 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2016-07-16 13:31:03 +0200
commit4675ec55f6bdb8f826cc94a9585ff9229c277983 (patch)
treea0cb12494c9124e47b46f67c10b7932413bf9af6 /ld.h
downloadelfinfo-4675ec55f6bdb8f826cc94a9585ff9229c277983.tar.gz
elfinfo-4675ec55f6bdb8f826cc94a9585ff9229c277983.tar.bz2
elfinfo-4675ec55f6bdb8f826cc94a9585ff9229c277983.tar.xz
elfinfo-4675ec55f6bdb8f826cc94a9585ff9229c277983.zip
o Initial import of code from intel d2000 playground.
Diffstat (limited to 'ld.h')
-rw-r--r--ld.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/ld.h b/ld.h
new file mode 100644
index 0000000..b25a24c
--- /dev/null
+++ b/ld.h
@@ -0,0 +1,11 @@
+#pragma once
+
+#include <string>
+
+class ld_file {
+};
+
+class ld_file_loader {
+public:
+ static ld_file load(std::string path);
+};