aboutsummaryrefslogtreecommitdiffstats
path: root/templates/guts
blob: 39c266a0c1c4b23e3a62c40fda2443aa5cf67d75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
@name ports/${port}/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}
 * }
 */