Add deprecation notices to "rtems_boolean", "rtems_single", "rtems_double".

This commit is contained in:
Ralf Corsepius
2008-09-09 07:24:29 +00:00
parent b2adb4528f
commit a4a422a0fa

View File

@@ -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