Add support for PCI Root Bridge I/O protocol
Brought to you by:
noxorc
Add support for PCI Root Bridge I/O protocol
Scratch that - there already exists an efipciio.h with most of these definitions. Let me remove this patch and propose a new one that will amend what's already there.
OK, here's a better version that adds the required definition in efipciio.h. Note that EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL and EFI_PCI_IO_PROTOCOL are two different protocols.
/home/croxon/HP/gnu-efi-code/lib/../inc/efiprot.h:1428:0: error: "EFI_PCI_ADDRESS" redefined [-Werror]
Pete, there are now two defines of EFI_PCI_ADDRESS. Please report with your define removed.
Sorry about that. Here's v3
patch accepted
commit c108e118da3e8792fc3755a1c6936de75da454a3
Thank you Pete.