2005-05-11 Ralf Corsepius <ralf.corsepius@rtems.org>

* vme/vmeconfig.c: Eliminate unsigned32.
This commit is contained in:
Ralf Corsepius
2005-05-11 12:26:46 +00:00
parent 17cbdc0a6e
commit 76923639ef
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2005-05-11 Ralf Corsepius <ralf.corsepius@rtems.org>
* vme/vmeconfig.c: Eliminate unsigned32.
2005-05-06 Jennifer Averett <jennifer.averett@oarcorp.com>
* include/gen2.h: Changed rtems_unsigned types to uint types

View File

@@ -26,7 +26,7 @@ void BSP_vme_config(void) __attribute__ (( weak, alias("__BSP_default_vme_config
SPR_RO(DBAT0U)
extern unsigned32 VME_Slot1;
extern uint32_t VME_Slot1;
void
__BSP_default_vme_config(void)