2007-02-06 Ralf Corsépius <ralf.corsepius@rtems.org>

* shmsupp/getcfg.c: Replace rtems_unsigned32 with uint32_t.
This commit is contained in:
Ralf Corsepius
2007-02-06 08:41:37 +00:00
parent d41ed94f16
commit f75461df63
2 changed files with 6 additions and 2 deletions

View File

@@ -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> 2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: New BUG-REPORT address. * configure.ac: New BUG-REPORT address.

View File

@@ -53,7 +53,7 @@ extern rtems_mpci_entry Shm_Return_packet(
); );
extern rtems_mpci_entry Shm_Send_packet( extern rtems_mpci_entry Shm_Send_packet(
rtems_unsigned32, uint32_t,
rtems_packet_prefix * rtems_packet_prefix *
); );
@@ -80,7 +80,7 @@ extern rtems_mpci_entry Shm_Send_packet(
shm_config_table BSP_shm_cfgtbl; shm_config_table BSP_shm_cfgtbl;
void Shm_Get_configuration( void Shm_Get_configuration(
rtems_unsigned32 localnode, uint32_t localnode,
shm_config_table **shmcfg shm_config_table **shmcfg
) )
{ {