summaryrefslogtreecommitdiff
path: root/tools/d2c/spec.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/d2c/spec.h')
-rw-r--r--tools/d2c/spec.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/d2c/spec.h b/tools/d2c/spec.h
index 561fc32..39bfdb7 100644
--- a/tools/d2c/spec.h
+++ b/tools/d2c/spec.h
@@ -30,6 +30,7 @@
#include "bits.h"
#include "conv.h"
+#include "hooks.h"
#include "pproc.h"
#include "rules.h"
#include "syntax.h"
@@ -61,6 +62,9 @@ asm_syntax *get_syntax_in_encoding_spec(const encoding_spec *);
/* Fournit la liste des fonctions de conversion. */
conv_list *get_conversions_in_encoding_spec(const encoding_spec *);
+/* Fournit la liste des fonctions à lier à une instruction. */
+instr_hooks *get_hooks_in_encoding_spec(const encoding_spec *);
+
/* Fournit un ensemble de règles supplémentaires éventuel. */
decoding_rules *get_rules_in_encoding_spec(const encoding_spec *);