aboutsummaryrefslogtreecommitdiff
path: root/tools/interface_generator/templates/c_header.mako
blob: 069b4495272752c6a7154f91a0c712f369a9920d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* This file is generated by ${PROG['name']} v${PROG['version']} */

/******************************************************************************
<%include file="${license}" />
 ******************************************************************************/

#ifndef ${ name.upper() }_H
#define ${ name.upper() }_H

<%include file="c_system_include.mako" />
<%include file="c_types.mako" />
<%include file="c_functions.mako" />
#endif /* ${ name.upper() }_H */