summaryrefslogtreecommitdiffstats
path: root/doc/itron3.0/config.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-05-26 18:10:59 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-05-26 18:10:59 +0000
commite968366e2195c3741f904275f2802a4069c52e03 (patch)
tree69234efdd3d0bf6188ffcd1a5c191e2ae3c500e9 /doc/itron3.0/config.t
parentBasic prototypes are now included. (diff)
downloadrtems-e968366e2195c3741f904275f2802a4069c52e03.tar.bz2
Prototypes are now based on how the TRON specification states them.
The style in the output is not right but it is a good starting point.
Diffstat (limited to 'doc/itron3.0/config.t')
-rw-r--r--doc/itron3.0/config.t15
1 files changed, 10 insertions, 5 deletions
diff --git a/doc/itron3.0/config.t b/doc/itron3.0/config.t
index 773c44b339..93bde06bf6 100644
--- a/doc/itron3.0/config.t
+++ b/doc/itron3.0/config.t
@@ -46,7 +46,8 @@ and status codes.
@ifset is-C
@example
-int get_ver(
+ER get_ver (
+ T_VER *pk_ver ER nget_ver
);
@end example
@end ifset
@@ -74,7 +75,8 @@ int get_ver(
@ifset is-C
@example
-int ref_sys(
+ER ref_sys (
+ T_RSYS *pk_rsys
);
@end example
@end ifset
@@ -102,7 +104,8 @@ int ref_sys(
@ifset is-C
@example
-int ref_cfg(
+ER ref_cfg (
+ T_RCFG *pk_rcfg
);
@end example
@end ifset
@@ -130,7 +133,8 @@ int ref_cfg(
@ifset is-C
@example
-int def_svc(
+ER def_svc (
+ FN s_fncd, T_DSVC *pk_dsvc
);
@end example
@end ifset
@@ -158,7 +162,8 @@ int def_svc(
@ifset is-C
@example
-int def_exc(
+ER def_exc (
+ UINT exckind, T_DEXC *pk_dexc
);
@end example
@end ifset