mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 23:23:13 +00:00
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:
@@ -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>
|
2009-11-23 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
* shared/bsppretaskinghook.c: New file. Was really common.
|
* shared/bsppretaskinghook.c: New file. Was really common.
|
||||||
* shared/bspstart.c: Removed. Was really leon2 specific.
|
* shared/bspstart.c: Removed. Was really leon2 specific.
|
||||||
|
|
||||||
|
|
||||||
2009-10-10 Joel Sherrill <joel.sherrill@oarcorp.com>
|
2009-10-10 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
* shared/bspgetworkarea.c: Add debug prints of memory information.
|
* shared/bspgetworkarea.c: Add debug prints of memory information.
|
||||||
|
|||||||
@@ -1111,9 +1111,9 @@ typedef struct {
|
|||||||
volatile unsigned char* pci_config_addr;
|
volatile unsigned char* pci_config_addr;
|
||||||
volatile unsigned char* pci_config_data;
|
volatile unsigned char* pci_config_data;
|
||||||
const pci_config_access_functions* pci_functions;
|
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
|
extern inline int
|
||||||
pci_read_config_byte(unsigned char bus, unsigned char slot, unsigned char function,
|
pci_read_config_byte(unsigned char bus, unsigned char slot, unsigned char function,
|
||||||
|
|||||||
Reference in New Issue
Block a user