forked from Imagelibrary/rtems
2007-02-06 Ralf Corsépius <ralf.corsepius@rtems.org>
* shmsupp/getcfg.c: Replace rtems_unsigned32 with uint32_t.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2007-02-06 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* shmsupp/getcfg.c: Replace rtems_unsigned32 with uint32_t.
|
||||
|
||||
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: New BUG-REPORT address.
|
||||
|
||||
@@ -53,7 +53,7 @@ extern rtems_mpci_entry Shm_Return_packet(
|
||||
);
|
||||
|
||||
extern rtems_mpci_entry Shm_Send_packet(
|
||||
rtems_unsigned32,
|
||||
uint32_t,
|
||||
rtems_packet_prefix *
|
||||
);
|
||||
|
||||
@@ -80,7 +80,7 @@ extern rtems_mpci_entry Shm_Send_packet(
|
||||
shm_config_table BSP_shm_cfgtbl;
|
||||
|
||||
void Shm_Get_configuration(
|
||||
rtems_unsigned32 localnode,
|
||||
uint32_t localnode,
|
||||
shm_config_table **shmcfg
|
||||
)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user