|
TianoCore EDK2 master
|
#include <MdePkg/Include/Protocol/PciHotPlugInit.h>
Data Fields | |
| EFI_GET_ROOT_HPC_LIST | GetRootHpcList |
| EFI_INITIALIZE_ROOT_HPC | InitializeRootHpc |
| EFI_GET_HOT_PLUG_PADDING | GetResourcePadding |
This protocol provides the necessary functionality to initialize the Hot Plug Controllers (HPCs) and the buses that they control. This protocol also provides information regarding resource padding.
Definition at line 253 of file PciHotPlugInit.h.
| EFI_GET_HOT_PLUG_PADDING _EFI_PCI_HOT_PLUG_INIT_PROTOCOL::GetResourcePadding |
Returns the resource padding that is required by the HPC.
Definition at line 267 of file PciHotPlugInit.h.
| EFI_GET_ROOT_HPC_LIST _EFI_PCI_HOT_PLUG_INIT_PROTOCOL::GetRootHpcList |
Returns a list of root HPCs and the buses that they control.
Definition at line 257 of file PciHotPlugInit.h.
| EFI_INITIALIZE_ROOT_HPC _EFI_PCI_HOT_PLUG_INIT_PROTOCOL::InitializeRootHpc |
Initializes the specified root HPC.
Definition at line 262 of file PciHotPlugInit.h.