summaryrefslogtreecommitdiffstats
path: root/doc/user/datatypes.t
diff options
context:
space:
mode:
Diffstat (limited to 'doc/user/datatypes.t')
-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