From 4b25a16150c04edc461381218bc1ad73074f12cb Mon Sep 17 00:00:00 2001
From: jdh8d <jdh8d@git.zephyr-software.com>
Date: Fri, 16 Feb 2018 18:21:22 +0000
Subject: [PATCH] Former-commit-id: 8c5a2b2bf03c5a079ddb3cc5c6334f7bf9299cc7

---
 .gitattributes                    |  1 +
 libIRDB/include/decode/decode.hpp | 20 ++++++++++++++++++++
 2 files changed, 21 insertions(+)
 create mode 100644 libIRDB/include/decode/decode.hpp

diff --git a/.gitattributes b/.gitattributes
index bd11d7518..7d1f9d1d8 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -223,6 +223,7 @@ libIRDB/include/core/reloc.hpp -text
 libIRDB/include/core/scoop.hpp -text
 libIRDB/include/core/type.hpp -text
 libIRDB/include/core/variantid.hpp -text
+libIRDB/include/decode/decode.hpp -text
 libIRDB/include/decode/decode_bea.hpp -text
 libIRDB/include/decode/decode_cs.hpp -text
 libIRDB/include/decode/decode_meta.hpp -text
diff --git a/libIRDB/include/decode/decode.hpp b/libIRDB/include/decode/decode.hpp
new file mode 100644
index 000000000..41e23126c
--- /dev/null
+++ b/libIRDB/include/decode/decode.hpp
@@ -0,0 +1,20 @@
+#ifndef libdecode_decode_hpp
+#define libdecode_decode_hpp
+
+
+#include <decode/decode_meta.hpp>
+#include <decode/operand_meta.hpp>
+
+
+namespace libIRDB
+{
+using namespace std;
+using namespace libIRDB;
+
+
+typedef DecodedInstructionMeta_t DecodedInstruction_t;
+typedef DecodedOperandMeta_t DecodedOperand_t;
+typedef DecodedOperandMetaVector_t DecodedOperandVector_t;
+}
+
+#endif
-- 
GitLab