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

PR 1483/cpukit
	* include/rtems/pci.h: Rename pci_config into rtems_pci_config_t.
This commit is contained in:
Ralf Corsepius
2009-12-11 12:53:48 +00:00
parent bdd2870ed3
commit 4045c26e51
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
2009-12-11 Ralf Corsépius <ralf.corsepius@rtems.org>
PR 1483/cpukit
* include/rtems/pci.h: Rename pci_config into rtems_pci_config_t.
2009-12-10 Joel Sherrill <joel.sherrill@OARcorp.com>
PR 1482

View File

@@ -1133,9 +1133,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;
static inline int
pci_read_config_byte(