]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPkg/Library/ArmLib/Common/ArmLibPrivate.h
ArmPkg/ArmBaseLib: remove MemoryAllocationLib.h includes
[mirror_edk2.git] / ArmPkg / Library / ArmLib / Common / ArmLibPrivate.h
index b24d3227851d92c2b0ff7831dc2fe1182a2c4803..fdd5a26ba03ff76ba691e91e1a5d96c8ec5c53d7 100644 (file)
@@ -1,8 +1,8 @@
 /** @file\r
 \r
-  Copyright (c) 2008-2009 Apple Inc. All rights reserved.<BR>\r
+  Copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>\r
 \r
-  All rights reserved. This program and the accompanying materials\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
@@ -56,8 +56,6 @@
 #define CACHE_ARCHITECTURE_UNIFIED            (0UL)\r
 #define CACHE_ARCHITECTURE_SEPARATE           (1UL)\r
 \r
-typedef VOID (*ARM_V7_CACHE_OPERATION)(UINT32);\r
-\r
 VOID\r
 CPSRMaskInsert (\r
   IN  UINT32  Mask,\r
@@ -69,22 +67,14 @@ CPSRRead (
   VOID\r
   );\r
 \r
-\r
-UINT32 \r
+UINT32\r
 ReadCCSIDR (\r
   IN UINT32 CSSELR\r
-  );  \r
-  \r
+  );\r
 \r
 UINT32\r
 ReadCLIDR (\r
   VOID\r
   );\r
-  \r
-VOID\r
-ArmV7AllDataCachesOperation (\r
-  IN  ARM_V7_CACHE_OPERATION  DataCacheOperation\r
-  );\r
-\r
 \r
 #endif // __ARM_LIB_PRIVATE_H__\r