aboutsummaryrefslogtreecommitdiffstats
path: root/templates/guts
diff options
context:
space:
mode:
Diffstat (limited to 'templates/guts')
-rw-r--r--templates/guts15
1 files changed, 15 insertions, 0 deletions
diff --git a/templates/guts b/templates/guts
new file mode 100644
index 0000000..3e32fb2
--- /dev/null
+++ b/templates/guts
@@ -0,0 +1,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}
+ * }
+ */