aboutsummaryrefslogtreecommitdiff
path: root/sim/igen/gen-idecode.h
diff options
context:
space:
mode:
Diffstat (limited to 'sim/igen/gen-idecode.h')
-rw-r--r--sim/igen/gen-idecode.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sim/igen/gen-idecode.h b/sim/igen/gen-idecode.h
index 63ae883..05a7055 100644
--- a/sim/igen/gen-idecode.h
+++ b/sim/igen/gen-idecode.h
@@ -19,6 +19,8 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. */
+#ifndef IGEN_GEN_IDECODE_H
+#define IGEN_GEN_IDECODE_H
void print_idecode_issue_function_header
(lf *file,
@@ -45,3 +47,5 @@ extern void print_idecode_validate
(lf *file,
const insn_entry *instruction,
const insn_opcodes *opcode_paths);
+
+#endif /* IGEN_GEN_IDECODE_H */