summaryrefslogtreecommitdiffhomepage
path: root/digital/io/src/fsm_templates/template_cb.h
blob: 4f4deeecc02af780d8575f798d49ac965c83ff53 (plain)
1
2
3
4
5
6
7
8
9
10
#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 */

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