mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-29 07:50:18 +00:00
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:
@@ -184,10 +184,10 @@ structure type:
|
||||
@example
|
||||
@group
|
||||
typedef struct @{
|
||||
rtems_unsigned32 offset;
|
||||
void *buffer;
|
||||
rtems_unsigned32 length;
|
||||
rtems_unsigned32 status;
|
||||
uint32_t offset;
|
||||
void *buffer;
|
||||
uint32_t length;
|
||||
uint32_t status;
|
||||
@} Non_volatile_memory_Driver_arguments;
|
||||
@end group
|
||||
@end example
|
||||
@@ -211,10 +211,10 @@ the following structure type:
|
||||
@example
|
||||
@group
|
||||
typedef struct @{
|
||||
rtems_unsigned32 offset;
|
||||
void *buffer;
|
||||
rtems_unsigned32 length;
|
||||
rtems_unsigned32 status;
|
||||
uint32_t offset;
|
||||
void *buffer;
|
||||
uint32_t length;
|
||||
uint32_t status;
|
||||
@} Non_volatile_memory_Driver_arguments;
|
||||
@end group
|
||||
@end example
|
||||
|
||||
Reference in New Issue
Block a user