summaryrefslogtreecommitdiff
path: root/tools/d2c/coder.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2016-01-28 23:32:25 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2016-01-28 23:32:25 (GMT)
commit16e0fd9d89ef433848678dfc8dd20426844a2868 (patch)
tree79075ae02c133cea21ffb555b1086aae833b3aac /tools/d2c/coder.h
parent66c99d59d6a6d533de0bb65488de8243213bcdea (diff)
Cleaned, rewritten and improved the whole code of the compiler.
Diffstat (limited to 'tools/d2c/coder.h')
-rw-r--r--tools/d2c/coder.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/tools/d2c/coder.h b/tools/d2c/coder.h
index aadb2d4..d9f0f0e 100644
--- a/tools/d2c/coder.h
+++ b/tools/d2c/coder.h
@@ -21,8 +21,8 @@
*/
-#ifndef _ARCH_ARM_V7_OPDEFS_CODER_H
-#define _ARCH_ARM_V7_OPDEFS_CODER_H
+#ifndef _TOOLS_D2C_CODER_H
+#define _TOOLS_D2C_CODER_H
#include <stdbool.h>
@@ -50,6 +50,9 @@ void delete_coder(rented_coder *);
/* Détermine si les propriétés de base d'un codeur sont là. */
bool do_basic_checks_with_coder(const rented_coder *);
+/* Indique le fichier de définition considéré en entrée. */
+const char *get_coder_input_file(const rented_coder *);
+
/* Spécifie le fichier de définition à prendre en entrée. */
void set_coder_input_file(rented_coder *, const char *);
@@ -125,4 +128,4 @@ bool dump_all_routines_using_coder(const rented_coder *);
-#endif /* _ARCH_ARM_V7_OPDEFS_CODER_H */
+#endif /* _TOOLS_D2C_CODER_H */