2009-12-11 Ralf Corsépius <ralf.corsepius@rtems.org>

PR 1483/cpukit
	* shared/include/pci.h: Rename pci_config into rtems_pci_config_t.
This commit is contained in:
Ralf Corsepius
2009-12-11 13:02:17 +00:00
parent df0243f6de
commit 01f8266c14
2 changed files with 7 additions and 3 deletions

View File

@@ -1,9 +1,13 @@
2009-12-11 Ralf Corsépius <ralf.corsepius@rtems.org>
PR 1483/cpukit
* shared/include/pci.h: Rename pci_config into rtems_pci_config_t.
2009-11-23 Joel Sherrill <joel.sherrill@OARcorp.com>
* shared/bsppretaskinghook.c: New file. Was really common.
* shared/bspstart.c: Removed. Was really leon2 specific.
2009-10-10 Joel Sherrill <joel.sherrill@oarcorp.com>
* shared/bspgetworkarea.c: Add debug prints of memory information.

View File

@@ -1111,9 +1111,9 @@ typedef struct {
volatile unsigned char* pci_config_addr;
volatile unsigned char* pci_config_data;
const pci_config_access_functions* pci_functions;
} pci_config;
} rtems_pci_config_t;
extern pci_config BSP_pci_configuration;
extern rtems_pci_config_t BSP_pci_configuration;
extern inline int
pci_read_config_byte(unsigned char bus, unsigned char slot, unsigned char function,