summaryrefslogtreecommitdiffstats
path: root/sim/ppc/ld-insn.h
diff options
context:
space:
mode:
Diffstat (limited to 'sim/ppc/ld-insn.h')
-rw-r--r--sim/ppc/ld-insn.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/sim/ppc/ld-insn.h b/sim/ppc/ld-insn.h
index e800f0dac2..06bf838b70 100644
--- a/sim/ppc/ld-insn.h
+++ b/sim/ppc/ld-insn.h
@@ -134,6 +134,11 @@ typedef enum {
model_default = insn_comment,
} model_table_fields;
+typedef enum {
+ include_flags = insn_flags,
+ include_path = insn_name,
+} model_include_fields;
+
typedef struct _insn insn;
struct _insn {
table_entry *file_entry;
@@ -183,7 +188,8 @@ typedef enum {
extern insn_table *load_insn_table
(const char *file_name,
decode_table *decode_rules,
- filter *filters);
+ filter *filters,
+ table_include *includes);
model *models;
model *last_model;
OpenPOWER on IntegriCloud