summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-09-09 07:24:29 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-09-09 07:24:29 +0000
commita4a422a0faa8cfd22af2407be7a158a08f25d1a4 (patch)
tree271f9d6cc1909de8155cbc6ee76745a24ae810f8 /doc
parentConvert to "bool". (diff)
downloadrtems-a4a422a0faa8cfd22af2407be7a158a08f25d1a4.tar.bz2
Add deprecation notices to "rtems_boolean", "rtems_single", "rtems_double".
Diffstat (limited to 'doc')
-rw-r--r--doc/user/datatypes.t6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/user/datatypes.t b/doc/user/datatypes.t
index e65695b483..b6832f8a5b 100644
--- a/doc/user/datatypes.t
+++ b/doc/user/datatypes.t
@@ -51,6 +51,8 @@ characteristics of the new object.
@item @code{@value{DIRPREFIX}boolean} may only take on the
values of @code{TRUE} and @code{FALSE}.
+This type is deprecated. Use "bool" instead.
+
@findex rtems_context
@item @code{@value{DIRPREFIX}context} is the CPU dependent
data structure used to manage the integer and system
@@ -82,6 +84,8 @@ data type used to manage device minor numbers.
type that corresponds to double precision floating point
on the target hardware.
+This type is deprecated. Use "double" instead.
+
@findex rtems_event_set
@item @code{@value{DIRPREFIX}event_set} is the data
type used to manage and manipulate RTEMS event sets
@@ -219,6 +223,8 @@ that ensures it is portable across different target processors.
type that corresponds to single precision floating point
on the target hardware.
+This type is deprecated. Use "float" instead.
+
@findex rtems_status_codes
@item @code{@value{DIRPREFIX}status_codes} is the
@findex rtems_task