2007-03-31 Ralf Corsépius <ralf.corsepius@rtems.org>

* vmeUniverse/vmeUniverse.c: Use uint32_t for pci_ulong.
This commit is contained in:
Ralf Corsepius
2007-03-31 01:49:53 +00:00
parent a876455e12
commit 5a232b6e48
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2007-03-31 Ralf Corsépius <ralf.corsepius@rtems.org>
* vmeUniverse/vmeUniverse.c: Use uint32_t for pci_ulong.
2007-03-28 Joel Sherrill <joel@OARcorp.com>
* clockdrv_shell.c: Add support to the Clock driver template for

View File

@@ -125,7 +125,7 @@
/* PCI_MEM_BASE is a possible offset between CPU- and PCI addresses.
* Should be defined by the BSP.
*/
typedef unsigned int pci_ulong;
typedef uint32_t pci_ulong;
#ifndef BSP_PCI2LOCAL_ADDR
#ifndef PCI_MEM_BASE