summaryrefslogtreecommitdiff
path: root/cmake/elfinfo/ld.h
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/elfinfo/ld.h')
-rw-r--r--cmake/elfinfo/ld.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/cmake/elfinfo/ld.h b/cmake/elfinfo/ld.h
new file mode 100644
index 0000000..96a060d
--- /dev/null
+++ b/cmake/elfinfo/ld.h
@@ -0,0 +1,12 @@
+#pragma once
+
+#include <string>
+
+class ld_file {
+
+};
+
+class ld_file_loader {
+public:
+ static ld_file load(std::string path);
+};