X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=OvmfPkg%2FCpuHotplugSmm%2FSmbase.h;h=31ce2c86de1e0a2bbb3d2ece39b26d6d43b06361;hb=ac0a286f4d74;hp=e73730d199260e47ccf68ec57a94f2c85504cdb3;hpb=d1050b9dff1cace252aff86630bfdb59dff5f507;p=mirror_edk2.git diff --git a/OvmfPkg/CpuHotplugSmm/Smbase.h b/OvmfPkg/CpuHotplugSmm/Smbase.h index e73730d199..31ce2c86de 100644 --- a/OvmfPkg/CpuHotplugSmm/Smbase.h +++ b/OvmfPkg/CpuHotplugSmm/Smbase.h @@ -16,19 +16,19 @@ EFI_STATUS SmbaseAllocatePostSmmPen ( - OUT UINT32 *PenAddress, - IN CONST EFI_BOOT_SERVICES *BootServices + OUT UINT32 *PenAddress, + IN CONST EFI_BOOT_SERVICES *BootServices ); VOID SmbaseReinstallPostSmmPen ( - IN UINT32 PenAddress + IN UINT32 PenAddress ); VOID SmbaseReleasePostSmmPen ( - IN UINT32 PenAddress, - IN CONST EFI_BOOT_SERVICES *BootServices + IN UINT32 PenAddress, + IN CONST EFI_BOOT_SERVICES *BootServices ); VOID @@ -38,9 +38,9 @@ SmbaseInstallFirstSmiHandler ( EFI_STATUS SmbaseRelocate ( - IN APIC_ID ApicId, - IN UINTN Smbase, - IN UINT32 PenAddress + IN APIC_ID ApicId, + IN UINTN Smbase, + IN UINT32 PenAddress ); #endif // SMBASE_H_