aboutsummaryrefslogtreecommitdiffstats
path: root/templates/guts
blob: 3e32fb28505087c1e4fcea240900ace664e25e5d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
@name guts/${name}.c
@body
/* 
 * Copyright (c) ${date} Wind River Systems; see
 * guts/COPYRIGHT for information.
 *
 * ${comment}
 *	${rc_decl}
 */

	${rc_assign} real_${name}(${call_args});

/*	${rc_return}
 * }
 */