ArmPlatformPkg/ArmPlatformSysConfigLib: Removed dependency on Uefi.h since it is a Base Library

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13072 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
oliviermartin
2012-02-29 17:21:17 +00:00
parent 051e63bb55
commit af0283b82b
5 changed files with 46 additions and 43 deletions

View File

@@ -29,31 +29,31 @@ typedef UINT32 SYS_CONFIG_FUNCTION;
//
// Functions
//
EFI_STATUS
RETURN_STATUS
ArmPlatformSysConfigInitialize (
VOID
);
EFI_STATUS
RETURN_STATUS
ArmPlatformSysConfigGet (
IN SYS_CONFIG_FUNCTION Function,
OUT UINT32* Value
);
EFI_STATUS
RETURN_STATUS
ArmPlatformSysConfigGetValues (
IN SYS_CONFIG_FUNCTION Function,
IN UINTN Size,
OUT UINT32* Values
);
EFI_STATUS
RETURN_STATUS
ArmPlatformSysConfigSet (
IN SYS_CONFIG_FUNCTION Function,
IN UINT32 Value
);
EFI_STATUS
RETURN_STATUS
ArmPlatformSysConfigSetDevice (
IN SYS_CONFIG_FUNCTION Function,
IN UINT32 Device,