ShellPkg/UefiShellCommandLib: 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:
@ -1333,7 +1333,6 @@ DEV_PATH_CONSIST_MAPPING_TABLE DevPathConsistMappingTable[] = {
|
||||
@retval FALSE The node is not Hi.
|
||||
**/
|
||||
BOOLEAN
|
||||
EFIAPI
|
||||
IsHIDevicePathNode (
|
||||
IN EFI_DEVICE_PATH_PROTOCOL *DevicePathNode
|
||||
)
|
||||
@ -1370,7 +1369,6 @@ IsHIDevicePathNode (
|
||||
@return the device path portion that is Hi.
|
||||
**/
|
||||
EFI_DEVICE_PATH_PROTOCOL *
|
||||
EFIAPI
|
||||
GetHIDevicePath (
|
||||
IN EFI_DEVICE_PATH_PROTOCOL *DevicePath
|
||||
)
|
||||
@ -1425,7 +1423,6 @@ GetHIDevicePath (
|
||||
@return EFI_SUCCESS Always returns success.
|
||||
**/
|
||||
EFI_STATUS
|
||||
EFIAPI
|
||||
GetDeviceConsistMappingInfo (
|
||||
IN DEVICE_CONSIST_MAPPING_INFO *MappingItem,
|
||||
IN EFI_DEVICE_PATH_PROTOCOL *DevicePath
|
||||
|
Reference in New Issue
Block a user