]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPlatformPkg/Include/Library/ArmPlatformSysConfigLib.h
ArmPlatformPkg: remove ArmPlatformSysConfigLib library class
[mirror_edk2.git] / ArmPlatformPkg / Include / Library / ArmPlatformSysConfigLib.h
diff --git a/ArmPlatformPkg/Include/Library/ArmPlatformSysConfigLib.h b/ArmPlatformPkg/Include/Library/ArmPlatformSysConfigLib.h
deleted file mode 100644 (file)
index 39a0cc7..0000000
+++ /dev/null
@@ -1,63 +0,0 @@
-/** @file  ArmPlatformSysConfigLib.h\r
-\r
-  Copyright (c) 2011-2012, ARM Ltd. All rights reserved.<BR>\r
-\r
-  This program and the accompanying materials\r
-  are licensed and made available under the terms and conditions of the BSD License\r
-  which accompanies this distribution.  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
-\r
-**/\r
-\r
-#ifndef __ARM_PLATFORM_SYS_CONFIG_H__\r
-#define __ARM_PLATFORM_SYS_CONFIG_H__\r
-\r
-#include <Base.h>\r
-\r
-/* This header file makes it easier to access the System Configuration Registers\r
- * in the ARM Versatile Express motherboard.\r
- */\r
-\r
-//\r
-// Typedef\r
-//\r
-typedef UINT32  SYS_CONFIG_FUNCTION;\r
-\r
-//\r
-// Functions\r
-//\r
-RETURN_STATUS\r
-ArmPlatformSysConfigInitialize (\r
-  VOID\r
-  );\r
-\r
-RETURN_STATUS\r
-ArmPlatformSysConfigGet (\r
-  IN  SYS_CONFIG_FUNCTION   Function,\r
-  OUT UINT32*               Value\r
-  );\r
-\r
-RETURN_STATUS\r
-ArmPlatformSysConfigGetValues (\r
-  IN  SYS_CONFIG_FUNCTION   Function,\r
-  IN  UINTN                 Size,\r
-  OUT UINT32*               Values\r
-  );\r
-\r
-RETURN_STATUS\r
-ArmPlatformSysConfigSet (\r
-  IN  SYS_CONFIG_FUNCTION   Function,\r
-  IN  UINT32                Value\r
-  );\r
-\r
-RETURN_STATUS\r
-ArmPlatformSysConfigSetDevice (\r
-  IN  SYS_CONFIG_FUNCTION   Function,\r
-  IN  UINT32                Device,\r
-  IN  UINT32                Value\r
-  );\r
-\r
-#endif /* __SYS_CFG_REGISTERS_H__ */\r