2008-08-21 Joel Sherrill <joel.sherrill@OARcorp.com>

* 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.
This commit is contained in:
Joel Sherrill
2008-08-21 14:50:16 +00:00
parent a94ef122c2
commit 2a517327a6
9 changed files with 54 additions and 47 deletions

View File

@@ -466,7 +466,7 @@ This extension should have a prototype similar to the following:
rtems_extension user_fatal_error(
Internal_errors_Source the_source,
rtems_boolean is_internal,
rtems_unsigned32 the_error
uint32_t the_error
);
@end example
@end ifset