summaryrefslogtreecommitdiffhomepage
path: root/tools/dfagen/dfagen/output/c/template_cb.h
blob: 6252b28c9c56e37143917eb4646d6db56a77d657 (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"

%(cb_decl)s#endif /* %(prefix)s_cb_h */