aboutsummaryrefslogtreecommitdiff
path: root/tools/interface_generator/templates/interface.h.mako
blob: 47ea9404a65e3f377a3e2fb9b92b6c6dbf8b33e3 (plain)
1
2
3
4
5
6
7
8
<%include file="__header.mako" />
#ifndef ${ name.upper() }
#define ${ name.upper() }

<%include file="__c_system_include.mako" />
<%include file="__c_types.mako" />
<%include file="__c_functions.mako" />
#endif /* ${ name.upper() } */