diff options
Diffstat (limited to 'ArmPlatformPkg/Include')
-rw-r--r-- | ArmPlatformPkg/Include/Library/ArmPlatformSysConfigLib.h | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/ArmPlatformPkg/Include/Library/ArmPlatformSysConfigLib.h b/ArmPlatformPkg/Include/Library/ArmPlatformSysConfigLib.h index 62855832cb..626b9c912e 100644 --- a/ArmPlatformPkg/Include/Library/ArmPlatformSysConfigLib.h +++ b/ArmPlatformPkg/Include/Library/ArmPlatformSysConfigLib.h @@ -1,6 +1,7 @@ /** @file ArmPlatformSysConfigLib.h - Copyright (c) 2011, ARM Ltd. All rights reserved.<BR> + Copyright (c) 2011-2012, ARM Ltd. All rights reserved.<BR> + This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at @@ -40,6 +41,13 @@ ArmPlatformSysConfigGet ( ); EFI_STATUS +ArmPlatformSysConfigGetValues ( + IN SYS_CONFIG_FUNCTION Function, + IN UINTN Size, + OUT UINT32* Values + ); + +EFI_STATUS ArmPlatformSysConfigSet ( IN SYS_CONFIG_FUNCTION Function, IN UINT32 Value |