summaryrefslogtreecommitdiff
path: root/tools/dfagen/dfagen/output/c
diff options
context:
space:
mode:
authorNicolas Schodet2008-03-26 20:35:52 +0100
committerNicolas Schodet2008-03-26 20:35:52 +0100
commit0e4c3e1829be3a789b29ff174a3e1ab06dc28600 (patch)
tree5bc3dd337864e7bd589fe55d90f33926cc998898 /tools/dfagen/dfagen/output/c
parent55ea6889987a9ca1e7429951e0e94be0fa99d7af (diff)
* tools/dfagen:
- added generic states template.
Diffstat (limited to 'tools/dfagen/dfagen/output/c')
-rw-r--r--tools/dfagen/dfagen/output/c/template_cb.h2
-rw-r--r--tools/dfagen/dfagen/output/c/template_cb_skel.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/dfagen/dfagen/output/c/template_cb.h b/tools/dfagen/dfagen/output/c/template_cb.h
index 6252b28c..10740b79 100644
--- a/tools/dfagen/dfagen/output/c/template_cb.h
+++ b/tools/dfagen/dfagen/output/c/template_cb.h
@@ -9,4 +9,4 @@
#include "%(prefix)s.h"
-%(cb_decl)s#endif /* %(prefix)s_cb_h */
+%(states_template,template_cb_decl.h)s#endif /* %(prefix)s_cb_h */
diff --git a/tools/dfagen/dfagen/output/c/template_cb_skel.c b/tools/dfagen/dfagen/output/c/template_cb_skel.c
index 95abbd42..9f822492 100644
--- a/tools/dfagen/dfagen/output/c/template_cb_skel.c
+++ b/tools/dfagen/dfagen/output/c/template_cb_skel.c
@@ -6,4 +6,4 @@
%(*comments)s */
#include "%(prefix)s_cb.h"
-%(cb_impl)s
+%(states_template,template_cb_impl.c)s