2008-03-20 Till Straumann <strauman@slac.stanford.edu>

* vmeUniverse/vmeTsi148.c: type of 5th argument
	to pci_read_config_dword() is now uint32_t*.
This commit is contained in:
Till Straumann
2008-03-21 06:30:52 +00:00
parent 73c7cf1e10
commit 49bce16b2d
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2008-03-20 Till Straumann <strauman@slac.stanford.edu>
* vmeUniverse/vmeTsi148.c: type of 5th argument
to pci_read_config_dword() is now uint32_t*.
2008-03-17 Till Straumann <strauman@slac.stanford.edu>
* vmeUniverse/vmeTsi148.c: Initialize VME Master

View File

@@ -342,7 +342,7 @@
#define BSP_PCI_CONFIG_IN_BYTE pci_read_config_byte
#endif
typedef unsigned int pci_ulong;
typedef uint32_t pci_ulong;
#ifdef __BIG_ENDIAN__
static inline void st_be32( uint32_t *a, uint32_t v)