summaryrefslogtreecommitdiff
path: root/tools/dfagen/dfagen/output/c/template_cb.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/dfagen/dfagen/output/c/template_cb.h')
-rw-r--r--tools/dfagen/dfagen/output/c/template_cb.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/tools/dfagen/dfagen/output/c/template_cb.h b/tools/dfagen/dfagen/output/c/template_cb.h
new file mode 100644
index 00000000..6252b28c
--- /dev/null
+++ b/tools/dfagen/dfagen/output/c/template_cb.h
@@ -0,0 +1,12 @@
+#ifndef %(prefix)s_cb_h
+#define %(prefix)s_cb_h
+/*
+ * THIS IS AN AUTOMATICALLY GENERATED FILE, DO NOT EDIT!
+ *
+ * %(name)s callbacks declaration.
+ *
+%(*comments)s */
+
+#include "%(prefix)s.h"
+
+%(cb_decl)s#endif /* %(prefix)s_cb_h */