summaryrefslogtreecommitdiff
path: root/tools/dfagen/dfagen/output/c/template_cb.h
blob: 10740b79278c3c95a49003289e84d8533dca6d14 (plain)
1
2
3
4
5
6
7
8
9
10
11
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"

%(states_template,template_cb_decl.h)s#endif /* %(prefix)s_cb_h */