forked from Imagelibrary/rtems
2007-03-31 Ralf Corsépius <ralf.corsepius@rtems.org>
* vmeUniverse/vmeUniverse.c: Use uint32_t for pci_ulong.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user