From 164ac3a34cbac441e82b256c97cb8784ea9d482c Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Mon, 17 Mar 2008 22:53:01 +0100 Subject: * tools/dfagen: - added dfagen. --- tools/dfagen/dfagen/output/c/template_cb.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 tools/dfagen/dfagen/output/c/template_cb.h (limited to 'tools/dfagen/dfagen/output/c/template_cb.h') 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 */ -- cgit v1.2.3