mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-09 17:12:58 +00:00
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:
@@ -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
|
||||
|
||||
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user