X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=IntelFrameworkPkg%2FInclude%2FPpi%2FBlockIo.h;h=014cca5c1f9680c5249bf38deb9e9ce5aedb709d;hb=69686d5669e0bc621ded618becf1529ce93ff1fd;hp=5a366f0a60e6fffe0c802e81c16795dc925227a2;hpb=7d839888ffce3572e8ef4b82e0811d82cd2bbd74;p=mirror_edk2.git diff --git a/IntelFrameworkPkg/Include/Ppi/BlockIo.h b/IntelFrameworkPkg/Include/Ppi/BlockIo.h index 5a366f0a60..014cca5c1f 100644 --- a/IntelFrameworkPkg/Include/Ppi/BlockIo.h +++ b/IntelFrameworkPkg/Include/Ppi/BlockIo.h @@ -69,7 +69,7 @@ typedef struct { **/ typedef EFI_STATUS -(EFIAPI *EFI_PEI_GET_NUMBER_BLOCK_DEVICES) ( +(EFIAPI *EFI_PEI_GET_NUMBER_BLOCK_DEVICES)( IN EFI_PEI_SERVICES **PeiServices, IN EFI_PEI_RECOVERY_BLOCK_IO_PPI *This, OUT UINTN *NumberBlockDevices @@ -93,7 +93,7 @@ EFI_STATUS **/ typedef EFI_STATUS -(EFIAPI *EFI_PEI_GET_DEVICE_MEDIA_INFORMATION) ( +(EFIAPI *EFI_PEI_GET_DEVICE_MEDIA_INFORMATION)( IN EFI_PEI_SERVICES **PeiServices, IN EFI_PEI_RECOVERY_BLOCK_IO_PPI *This, IN UINTN DeviceIndex, @@ -123,7 +123,7 @@ EFI_STATUS **/ typedef EFI_STATUS -(EFIAPI *EFI_PEI_READ_BLOCKS) ( +(EFIAPI *EFI_PEI_READ_BLOCKS)( IN EFI_PEI_SERVICES **PeiServices, IN EFI_PEI_RECOVERY_BLOCK_IO_PPI *This, IN UINTN DeviceIndex,