From ae10dbd9b6f57da2e6b8e0cc098620f902cbfd32 Mon Sep 17 00:00:00 2001 From: Glenn Humphrey Date: Wed, 28 Nov 2007 16:23:59 +0000 Subject: 2007-11-28 Glenn Humphrey * user/barrier.t, user/clock.t, user/concepts.t, user/conf.t, user/datatypes.t, user/dpmem.t, user/fatal.t, user/init.t, user/mp.t, user/msg.t, user/part.t, user/region.t, user/rtmon.t, user/sem.t, user/task.t, user/timer.t: Corrected various errors in the documentation. --- doc/user/datatypes.t | 24 ------------------------ 1 file changed, 24 deletions(-) (limited to 'doc/user/datatypes.t') diff --git a/doc/user/datatypes.t b/doc/user/datatypes.t index d842786676..da2c26b14e 100644 --- a/doc/user/datatypes.t +++ b/doc/user/datatypes.t @@ -280,30 +280,6 @@ return type for an RTEMS Timer Service Routine. the entry point to an RTEMS TSR. It is equivalent to the entry point of the function implementing the TSR. -@findex rtems_unsigned8 -@item @code{@value{DIRPREFIX}unsigned8} is the data -type that corresponds to unsigned eight bit integers. -This data type is defined by RTEMS in a manner that -ensures it is portable across different target processors. - -@findex rtems_unsigned16 -@item @code{@value{DIRPREFIX}unsigned16} is the data -type that corresponds to unsigned sixteen bit integers. -This data type is defined by RTEMS in a manner that -ensures it is portable across different target processors. - -@findex rtems_unsigned32 -@item @code{@value{DIRPREFIX}unsigned32} is the data -type that corresponds to unsigned 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_unsigned64 -@item @code{@value{DIRPREFIX}unsigned64} is the data -type that corresponds to unsigned 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_vector_number @item @code{@value{DIRPREFIX}vector_number} is the data type used to manage and manipulate interrupt vector numbers. -- cgit v1.2.3