summaryrefslogtreecommitdiff
path: root/tools/dfagen/examples/tpl/template_table.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/dfagen/examples/tpl/template_table.h')
-rw-r--r--tools/dfagen/examples/tpl/template_table.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/tools/dfagen/examples/tpl/template_table.h b/tools/dfagen/examples/tpl/template_table.h
new file mode 100644
index 00000000..817197fa
--- /dev/null
+++ b/tools/dfagen/examples/tpl/template_table.h
@@ -0,0 +1,12 @@
+/*
+ * THIS IS AN AUTOMATICALLY GENERATED FILE, DO NOT EDIT!
+ *
+ * %(name)s
+ *
+%(*comments)s */
+
+/* %(name)s transition table. */
+static const %(prefix)s_transition_t
+%(prefix)s_transition_table[%(PREFIX)s_STATE_NB][%(PREFIX)s_EVENT_NB] = {
+%(transition_table)s};
+