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

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

/*	${rc_return}
 * }
 */