summaryrefslogtreecommitdiffhomepage
path: root/tools/dfagen/dfagen/output/c/template_cb_skel.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/dfagen/dfagen/output/c/template_cb_skel.c')
-rw-r--r--tools/dfagen/dfagen/output/c/template_cb_skel.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/dfagen/dfagen/output/c/template_cb_skel.c b/tools/dfagen/dfagen/output/c/template_cb_skel.c
new file mode 100644
index 00000000..95abbd42
--- /dev/null
+++ b/tools/dfagen/dfagen/output/c/template_cb_skel.c
@@ -0,0 +1,9 @@
+/*
+ * THIS IS AN AUTOMATICALLY GENERATED FILE, DO NOT EDIT!
+ *
+ * Skeleton for %(name)s callbacks implementation.
+ *
+%(*comments)s */
+#include "%(prefix)s_cb.h"
+
+%(cb_impl)s