summaryrefslogtreecommitdiffstats
path: root/ArmPkg/Include/Library/OemMiscLib.h
diff options
context:
space:
mode:
Diffstat (limited to 'ArmPkg/Include/Library/OemMiscLib.h')
-rw-r--r--ArmPkg/Include/Library/OemMiscLib.h8
1 files changed, 3 insertions, 5 deletions
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.