ShellPkg/UefiShellDebug1CommandsLib: Remove unnecessary EFIAPI
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Chen A Chen <chen.a.chen@intel.com> Reviewed-by: Jaben Carsey <jaben.carsey@intel.com> Reviewed-by: Ruiyu Ni <Ruiyu.ni@intel.com>
This commit is contained in:
@ -5032,7 +5032,6 @@ ExplainPcieRootStatus (
|
||||
@param[in] HeadersBaseAddress The address of all the extended capability headers.
|
||||
**/
|
||||
EFI_STATUS
|
||||
EFIAPI
|
||||
PrintInterpretedExtendedCompatibilityLinkControl (
|
||||
IN CONST PCI_EXP_EXT_HDR *HeaderAddress,
|
||||
IN CONST PCI_EXP_EXT_HDR *HeadersBaseAddress
|
||||
@ -5065,7 +5064,6 @@ PrintInterpretedExtendedCompatibilityLinkControl (
|
||||
@param[in] HeadersBaseAddress The address of all the extended capability headers.
|
||||
**/
|
||||
EFI_STATUS
|
||||
EFIAPI
|
||||
PrintInterpretedExtendedCompatibilityPowerBudgeting (
|
||||
IN CONST PCI_EXP_EXT_HDR *HeaderAddress,
|
||||
IN CONST PCI_EXP_EXT_HDR *HeadersBaseAddress
|
||||
@ -5098,7 +5096,6 @@ PrintInterpretedExtendedCompatibilityPowerBudgeting (
|
||||
@param[in] HeadersBaseAddress The address of all the extended capability headers.
|
||||
**/
|
||||
EFI_STATUS
|
||||
EFIAPI
|
||||
PrintInterpretedExtendedCompatibilityAcs (
|
||||
IN CONST PCI_EXP_EXT_HDR *HeaderAddress,
|
||||
IN CONST PCI_EXP_EXT_HDR *HeadersBaseAddress
|
||||
@ -5149,7 +5146,6 @@ PrintInterpretedExtendedCompatibilityAcs (
|
||||
@param[in] HeadersBaseAddress The address of all the extended capability headers.
|
||||
**/
|
||||
EFI_STATUS
|
||||
EFIAPI
|
||||
PrintInterpretedExtendedCompatibilityLatencyToleranceReporting (
|
||||
IN CONST PCI_EXP_EXT_HDR *HeaderAddress,
|
||||
IN CONST PCI_EXP_EXT_HDR *HeadersBaseAddress
|
||||
@ -5181,7 +5177,6 @@ PrintInterpretedExtendedCompatibilityLatencyToleranceReporting (
|
||||
@param[in] HeadersBaseAddress The address of all the extended capability headers.
|
||||
**/
|
||||
EFI_STATUS
|
||||
EFIAPI
|
||||
PrintInterpretedExtendedCompatibilitySerialNumber (
|
||||
IN CONST PCI_EXP_EXT_HDR *HeaderAddress,
|
||||
IN CONST PCI_EXP_EXT_HDR *HeadersBaseAddress
|
||||
@ -5212,7 +5207,6 @@ PrintInterpretedExtendedCompatibilitySerialNumber (
|
||||
@param[in] HeadersBaseAddress The address of all the extended capability headers.
|
||||
**/
|
||||
EFI_STATUS
|
||||
EFIAPI
|
||||
PrintInterpretedExtendedCompatibilityRcrb (
|
||||
IN CONST PCI_EXP_EXT_HDR *HeaderAddress,
|
||||
IN CONST PCI_EXP_EXT_HDR *HeadersBaseAddress
|
||||
@ -5246,7 +5240,6 @@ PrintInterpretedExtendedCompatibilityRcrb (
|
||||
@param[in] HeadersBaseAddress The address of all the extended capability headers.
|
||||
**/
|
||||
EFI_STATUS
|
||||
EFIAPI
|
||||
PrintInterpretedExtendedCompatibilityVendorSpecific (
|
||||
IN CONST PCI_EXP_EXT_HDR *HeaderAddress,
|
||||
IN CONST PCI_EXP_EXT_HDR *HeadersBaseAddress
|
||||
@ -5277,7 +5270,6 @@ PrintInterpretedExtendedCompatibilityVendorSpecific (
|
||||
@param[in] HeadersBaseAddress The address of all the extended capability headers.
|
||||
**/
|
||||
EFI_STATUS
|
||||
EFIAPI
|
||||
PrintInterpretedExtendedCompatibilityECEA (
|
||||
IN CONST PCI_EXP_EXT_HDR *HeaderAddress,
|
||||
IN CONST PCI_EXP_EXT_HDR *HeadersBaseAddress
|
||||
@ -5308,7 +5300,6 @@ PrintInterpretedExtendedCompatibilityECEA (
|
||||
@param[in] HeadersBaseAddress The address of all the extended capability headers.
|
||||
**/
|
||||
EFI_STATUS
|
||||
EFIAPI
|
||||
PrintInterpretedExtendedCompatibilityAri (
|
||||
IN CONST PCI_EXP_EXT_HDR *HeaderAddress,
|
||||
IN CONST PCI_EXP_EXT_HDR *HeadersBaseAddress
|
||||
@ -5340,7 +5331,6 @@ PrintInterpretedExtendedCompatibilityAri (
|
||||
@param[in] HeadersBaseAddress The address of all the extended capability headers.
|
||||
**/
|
||||
EFI_STATUS
|
||||
EFIAPI
|
||||
PrintInterpretedExtendedCompatibilityDynamicPowerAllocation (
|
||||
IN CONST PCI_EXP_EXT_HDR *HeaderAddress,
|
||||
IN CONST PCI_EXP_EXT_HDR *HeadersBaseAddress
|
||||
@ -5384,7 +5374,6 @@ PrintInterpretedExtendedCompatibilityDynamicPowerAllocation (
|
||||
@param[in] HeadersBaseAddress The address of all the extended capability headers.
|
||||
**/
|
||||
EFI_STATUS
|
||||
EFIAPI
|
||||
PrintInterpretedExtendedCompatibilityLinkDeclaration (
|
||||
IN CONST PCI_EXP_EXT_HDR *HeaderAddress,
|
||||
IN CONST PCI_EXP_EXT_HDR *HeadersBaseAddress
|
||||
@ -5426,7 +5415,6 @@ PrintInterpretedExtendedCompatibilityLinkDeclaration (
|
||||
@param[in] HeadersBaseAddress The address of all the extended capability headers.
|
||||
**/
|
||||
EFI_STATUS
|
||||
EFIAPI
|
||||
PrintInterpretedExtendedCompatibilityAer (
|
||||
IN CONST PCI_EXP_EXT_HDR *HeaderAddress,
|
||||
IN CONST PCI_EXP_EXT_HDR *HeadersBaseAddress
|
||||
@ -5475,7 +5463,6 @@ PrintInterpretedExtendedCompatibilityAer (
|
||||
@param[in] PciExpressCapPtr The address of the PCIe capabilities structure.
|
||||
**/
|
||||
EFI_STATUS
|
||||
EFIAPI
|
||||
PrintInterpretedExtendedCompatibilityMulticast (
|
||||
IN CONST PCI_EXP_EXT_HDR *HeaderAddress,
|
||||
IN CONST PCI_EXP_EXT_HDR *HeadersBaseAddress,
|
||||
@ -5515,7 +5502,6 @@ PrintInterpretedExtendedCompatibilityMulticast (
|
||||
@param[in] HeadersBaseAddress The address of all the extended capability headers.
|
||||
**/
|
||||
EFI_STATUS
|
||||
EFIAPI
|
||||
PrintInterpretedExtendedCompatibilityVirtualChannel (
|
||||
IN CONST PCI_EXP_EXT_HDR *HeaderAddress,
|
||||
IN CONST PCI_EXP_EXT_HDR *HeadersBaseAddress
|
||||
@ -5568,7 +5554,6 @@ PrintInterpretedExtendedCompatibilityVirtualChannel (
|
||||
@param[in] HeadersBaseAddress The address of all the extended capability headers.
|
||||
**/
|
||||
EFI_STATUS
|
||||
EFIAPI
|
||||
PrintInterpretedExtendedCompatibilityResizeableBar (
|
||||
IN CONST PCI_EXP_EXT_HDR *HeaderAddress,
|
||||
IN CONST PCI_EXP_EXT_HDR *HeadersBaseAddress
|
||||
@ -5606,7 +5591,6 @@ PrintInterpretedExtendedCompatibilityResizeableBar (
|
||||
@param[in] HeadersBaseAddress The address of all the extended capability headers.
|
||||
**/
|
||||
EFI_STATUS
|
||||
EFIAPI
|
||||
PrintInterpretedExtendedCompatibilityTph (
|
||||
IN CONST PCI_EXP_EXT_HDR *HeaderAddress,
|
||||
IN CONST PCI_EXP_EXT_HDR *HeadersBaseAddress
|
||||
@ -5647,7 +5631,6 @@ PrintInterpretedExtendedCompatibilityTph (
|
||||
@param[in] PciExpressCapPtr The address of the PCIe capabilities structure.
|
||||
**/
|
||||
EFI_STATUS
|
||||
EFIAPI
|
||||
PrintInterpretedExtendedCompatibilitySecondary (
|
||||
IN CONST PCI_EXP_EXT_HDR *HeaderAddress,
|
||||
IN CONST PCI_EXP_EXT_HDR *HeadersBaseAddress,
|
||||
@ -5689,7 +5672,6 @@ PrintInterpretedExtendedCompatibilitySecondary (
|
||||
@param[in] PciExpressCapPtr The address of the PCIe capabilities structure.
|
||||
**/
|
||||
EFI_STATUS
|
||||
EFIAPI
|
||||
PrintPciExtendedCapabilityDetails(
|
||||
IN CONST PCI_EXP_EXT_HDR *HeadersBaseAddress,
|
||||
IN CONST PCI_EXP_EXT_HDR *HeaderAddress,
|
||||
|
Reference in New Issue
Block a user