summaryrefslogtreecommitdiff
path: root/IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciHotPlugSupport.h
diff options
context:
space:
mode:
Diffstat (limited to 'IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciHotPlugSupport.h')
-rw-r--r--IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciHotPlugSupport.h40
1 files changed, 20 insertions, 20 deletions
diff --git a/IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciHotPlugSupport.h b/IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciHotPlugSupport.h
index 182afd1ff6..c1d74a3086 100644
--- a/IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciHotPlugSupport.h
+++ b/IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciHotPlugSupport.h
@@ -38,7 +38,7 @@ PciHPCInitialized (
IN EFI_EVENT Event,
IN VOID *Context
)
-/*++
+/**
Routine Description:
@@ -53,7 +53,7 @@ Returns:
TODO: add return values
---*/
+**/
;
BOOLEAN
@@ -61,7 +61,7 @@ EfiCompareDevicePath (
IN EFI_DEVICE_PATH_PROTOCOL *DevicePath1,
IN EFI_DEVICE_PATH_PROTOCOL *DevicePath2
)
-/*++
+/**
Routine Description:
@@ -76,14 +76,14 @@ Returns:
TODO: add return values
---*/
+**/
;
EFI_STATUS
InitializeHotPlugSupport (
VOID
)
-/*++
+/**
Routine Description:
@@ -97,14 +97,14 @@ Returns:
TODO: add return values
---*/
+**/
;
EFI_STATUS
IsPciHotPlugBus (
PCI_IO_DEVICE *PciIoDevice
)
-/*++
+/**
Routine Description:
@@ -118,7 +118,7 @@ Returns:
TODO: add return values
---*/
+**/
;
BOOLEAN
@@ -126,7 +126,7 @@ IsRootPciHotPlugBus (
IN EFI_DEVICE_PATH_PROTOCOL *HpbDevicePath,
OUT UINTN *HpIndex
)
-/*++
+/**
Routine Description:
@@ -141,7 +141,7 @@ Returns:
TODO: add return values
---*/
+**/
;
BOOLEAN
@@ -149,7 +149,7 @@ IsRootPciHotPlugController (
IN EFI_DEVICE_PATH_PROTOCOL *HpcDevicePath,
OUT UINTN *HpIndex
)
-/*++
+/**
Routine Description:
@@ -164,7 +164,7 @@ Returns:
TODO: add return values
---*/
+**/
;
EFI_STATUS
@@ -172,7 +172,7 @@ CreateEventForHpc (
IN UINTN HpIndex,
OUT EFI_EVENT *Event
)
-/*++
+/**
Routine Description:
@@ -187,14 +187,14 @@ Returns:
TODO: add return values
---*/
+**/
;
EFI_STATUS
AllRootHPCInitialized (
IN UINTN TimeoutInMicroSeconds
)
-/*++
+/**
Routine Description:
@@ -207,14 +207,14 @@ Returns:
EFI_SUCCESS - All root hpc's initialization is finished before the timeout
EFI_TIMEOUT - Time out
---*/
+**/
;
EFI_STATUS
IsSHPC (
PCI_IO_DEVICE *PciIoDevice
)
-/*++
+/**
Routine Description:
@@ -228,14 +228,14 @@ Returns:
TODO: add return values
---*/
+**/
;
EFI_STATUS
GetResourcePaddingForHpb (
IN PCI_IO_DEVICE *PciIoDevice
)
-/*++
+/**
Routine Description:
@@ -249,7 +249,7 @@ Returns:
TODO: add return values
---*/
+**/
;
#endif