From a4a422a0faa8cfd22af2407be7a158a08f25d1a4 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 9 Sep 2008 07:24:29 +0000 Subject: Add deprecation notices to "rtems_boolean", "rtems_single", "rtems_double". --- doc/user/datatypes.t | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc') 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 -- cgit v1.2.3