From 2a517327a657007f3dbada9998db483792df8ef9 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 21 Aug 2008 14:50:16 +0000 Subject: 2008-08-21 Joel Sherrill * bsp_howto/ata.t, bsp_howto/clock.t, bsp_howto/ide-ctrl.t, bsp_howto/nvmem.t, bsp_howto/shmsupp.t, user/datatypes.t, user/mp.t, user/userext.t: Eliminate all references to rtems_signedXX and rtems_unsignedXX. --- doc/user/datatypes.t | 34 +++++++++++++++------------------- 1 file changed, 15 insertions(+), 19 deletions(-) (limited to 'doc/user/datatypes.t') diff --git a/doc/user/datatypes.t b/doc/user/datatypes.t index 6f3e6e7ac7..e65695b483 100644 --- a/doc/user/datatypes.t +++ b/doc/user/datatypes.t @@ -194,29 +194,25 @@ that is expected to be used by the MPCI layer. type used to manage and manipulate RTEMS signal sets with the Signal Manager. -@findex rtems_signed8 -@item @code{@value{DIRPREFIX}signed8} is the data -type that corresponds to signed eight bit integers. -This data type is defined by RTEMS in a manner that +@findex int8_t +@item @code{int8_t} is the C99 data type that corresponds to signed eight +bit integers. This data type is defined by RTEMS in a manner that ensures it is portable across different target processors. -@findex rtems_signed16 -@item @code{@value{DIRPREFIX}signed16} is the data -type that corresponds to signed sixteen bit integers. -This data type is defined by RTEMS in a manner that -ensures it is portable across different target processors. +@findex int16_t +@item @code{int16_t} is the C99 data type that corresponds to signed +sixteen bit integers. This data type is defined by RTEMS in a manner +that ensures it is portable across different target processors. -@findex rtems_signed32 -@item @code{@value{DIRPREFIX}signed32} is the data -type that corresponds to signed thirty-two bit integers. -This data type is defined by RTEMS in a manner that -ensures it is portable across different target processors. +@findex int32_t +@item @code{int32_t} is the C99 data type that corresponds to signed +thirty-two bit integers. This data type is defined by RTEMS in a manner +that ensures it is portable across different target processors. -@findex rtems_signed64 -@item @code{@value{DIRPREFIX}signed64} is the data -type that corresponds to signed sixty-four bit integers. -This data type is defined by RTEMS in a manner that -ensures it is portable across different target processors. +@findex int64_t +@item @code{int64_t} is the C99 data type that corresponds to signed +sixty-four bit integers. This data type is defined by RTEMS in a manner +that ensures it is portable across different target processors. @findex rtems_single @item @code{@value{DIRPREFIX}single} is the RTEMS data -- cgit v1.2.3