Add the detailed descriptions for the structure data member in these protocol.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6935 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -169,7 +169,13 @@ EFI_STATUS
|
||||
);
|
||||
|
||||
typedef struct {
|
||||
///
|
||||
/// Read PCI controller registers in the PCI root bridge memory space.
|
||||
///
|
||||
EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_IO_MEM Read;
|
||||
///
|
||||
/// Write PCI controller registers in the PCI root bridge memory space.
|
||||
///
|
||||
EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_IO_MEM Write;
|
||||
} EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_ACCESS;
|
||||
|
||||
|
Reference in New Issue
Block a user