forked from Imagelibrary/rtems
2009-12-11 Ralf Corsépius <ralf.corsepius@rtems.org>
PR 1483/cpukit * shared/pci/pcibios.c: 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
|
||||||
|
* shared/pci/pcibios.c: Rename pci_config into rtems_pci_config_t.
|
||||||
|
|
||||||
2009-12-10 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2009-12-10 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* shared/comm/uart.c, shared/comm/uart.h: Adjust prototypes.
|
* shared/comm/uart.c, shared/comm/uart.h: Adjust prototypes.
|
||||||
|
|||||||
@@ -642,7 +642,7 @@ const pci_config_access_functions pci_indirect_functions = {
|
|||||||
BSP_pci_write_config_dword
|
BSP_pci_write_config_dword
|
||||||
};
|
};
|
||||||
|
|
||||||
pci_config BSP_pci_configuration = {
|
rtems_pci_config_t BSP_pci_configuration = {
|
||||||
(volatile unsigned char*)0,
|
(volatile unsigned char*)0,
|
||||||
(volatile unsigned char*)0,
|
(volatile unsigned char*)0,
|
||||||
&pci_indirect_functions
|
&pci_indirect_functions
|
||||||
|
|||||||
Reference in New Issue
Block a user