From a2b5ea38a6fbbcf1a8f4c2128be35121236437a7 Mon Sep 17 00:00:00 2001 From: Rebecca Cran Date: Mon, 22 Feb 2021 21:53:53 -0700 Subject: ArmPkg: Update OemGetChassisType function to return MISC_CHASSIS_TYPE Update OemGetChassisType in OemMiscLib to return MISC_CHASSIS_TYPE instead of EFI_STATUS, which matches other OemMiscLib functions. Signed-off-by: Rebecca Cran Reviewed-by: Leif Lindholm --- ArmPkg/Include/Library/OemMiscLib.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'ArmPkg/Include') diff --git a/ArmPkg/Include/Library/OemMiscLib.h b/ArmPkg/Include/Library/OemMiscLib.h index d1ac81f73d..6dcc76a214 100644 --- a/ArmPkg/Include/Library/OemMiscLib.h +++ b/ArmPkg/Include/Library/OemMiscLib.h @@ -128,14 +128,12 @@ OemGetMaxProcessors ( /** Gets the type of chassis for the system. - @param ChassisType The type of the chassis. - - @retval EFI_SUCCESS The chassis type was fetched successfully. + @retval The type of the chassis. **/ -EFI_STATUS +MISC_CHASSIS_TYPE EFIAPI OemGetChassisType ( - OUT UINT8 *ChassisType + VOID ); /** Returns whether the specified processor is present or not. -- cgit v1.2.3