Hello Aaron Durbin, build bot (Jenkins), Nico Huber,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/31677
to look at the new patch set (#2).
Change subject: device/pci_ops: Avoid name collisions ......................................................................
device/pci_ops: Avoid name collisions
Having different signatures for the PCI config accessors prevents them from having the same name in different stages.
For now, work around this using __SIMPLE_DEVICE__.
Change-Id: I20f56cfe3ac7dc4421e62a99ca91f39a857c0ccf Signed-off-by: Kyösti Mälkki kyosti.malkki@gmail.com --- M src/arch/x86/include/arch/pci_io_cfg.h M src/include/device/pci_mmio_cfg.h M src/include/device/pci_ops.h 3 files changed, 37 insertions(+), 17 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/77/31677/2