summaryrefslogtreecommitdiffstats
path: root/ArmPlatformPkg/Include
diff options
context:
space:
mode:
authoroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>2012-02-28 17:35:03 +0000
committeroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>2012-02-28 17:35:03 +0000
commit911da88693ff636186a2c19b26cf4f52f34f2209 (patch)
tree7356cf7fd51d039f75e04778d9f38c9996c61208 /ArmPlatformPkg/Include
parentafb9f4da946bc5030b31a21079c9d1d2c81bd2b7 (diff)
downloaddevice_linaro_bootloader_edk2-911da88693ff636186a2c19b26cf4f52f34f2209.tar.gz
device_linaro_bootloader_edk2-911da88693ff636186a2c19b26cf4f52f34f2209.tar.bz2
device_linaro_bootloader_edk2-911da88693ff636186a2c19b26cf4f52f34f2209.zip
ArmPlatformPkg/ArmPlatformSysConfigLib: Add function 'ArmPlatformSysConfigGetValues'
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13066 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ArmPlatformPkg/Include')
-rw-r--r--ArmPlatformPkg/Include/Library/ArmPlatformSysConfigLib.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/ArmPlatformPkg/Include/Library/ArmPlatformSysConfigLib.h b/ArmPlatformPkg/Include/Library/ArmPlatformSysConfigLib.h
index 62855832c..626b9c912 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