summaryrefslogtreecommitdiffstats
path: root/doc/itron3.0/memorypool.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/memorypool.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/memorypool.t')
-rw-r--r--doc/itron3.0/memorypool.t21
1 files changed, 14 insertions, 7 deletions
diff --git a/doc/itron3.0/memorypool.t b/doc/itron3.0/memorypool.t
index 271bc85029..3aa9c407a4 100644
--- a/doc/itron3.0/memorypool.t
+++ b/doc/itron3.0/memorypool.t
@@ -48,7 +48,8 @@ and status codes.
@ifset is-C
@example
-int cre_mpl(
+ER cre_mpl (
+ ID mplid, T_CMPL *pk_cmpl
);
@end example
@end ifset
@@ -76,7 +77,8 @@ int cre_mpl(
@ifset is-C
@example
-int del_mpl(
+ER del_mpl (
+ ID mplid
);
@end example
@end ifset
@@ -104,7 +106,8 @@ int del_mpl(
@ifset is-C
@example
-int get_blk(
+ER get_blk (
+ VP *p_blk, ID mplid, INT blksz ER ercd =pget_blk
);
@end example
@end ifset
@@ -132,7 +135,8 @@ int get_blk(
@ifset is-C
@example
-int pget_blk(
+ER ercd =pget_blk (
+ VP *p_blk, ID mplid, INT blksz
);
@end example
@end ifset
@@ -160,7 +164,8 @@ int pget_blk(
@ifset is-C
@example
-int tget_blk(
+ER ercd =tget_blk (
+ VP *p_blk, ID mplid, INT blksz, TMO tmout
);
@end example
@end ifset
@@ -188,7 +193,8 @@ int tget_blk(
@ifset is-C
@example
-int rel_blk(
+ER rel_blk (
+ ID mplid, VP blk
);
@end example
@end ifset
@@ -216,7 +222,8 @@ int rel_blk(
@ifset is-C
@example
-int ref_mpl(
+ER ref_mpl (
+ T_RMPL *pk_rmpl, ID mplid
);
@end example
@end ifset