X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=ArmPkg%2FLibrary%2FArmLib%2FCommon%2FArmLibPrivate.h;h=fdd5a26ba03ff76ba691e91e1a5d96c8ec5c53d7;hp=b24d3227851d92c2b0ff7831dc2fe1182a2c4803;hb=20d988be998dfb54d00e12853b1a06445a830f5e;hpb=98bc0c8c056271095ae2a3a9ab7f2c3ccd64117e diff --git a/ArmPkg/Library/ArmLib/Common/ArmLibPrivate.h b/ArmPkg/Library/ArmLib/Common/ArmLibPrivate.h index b24d322785..fdd5a26ba0 100644 --- a/ArmPkg/Library/ArmLib/Common/ArmLibPrivate.h +++ b/ArmPkg/Library/ArmLib/Common/ArmLibPrivate.h @@ -1,8 +1,8 @@ /** @file - Copyright (c) 2008-2009 Apple Inc. All rights reserved.
+ Copyright (c) 2008 - 2009, Apple Inc. All rights reserved.
- All rights reserved. This program and the accompanying materials + 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 http://opensource.org/licenses/bsd-license.php @@ -56,8 +56,6 @@ #define CACHE_ARCHITECTURE_UNIFIED (0UL) #define CACHE_ARCHITECTURE_SEPARATE (1UL) -typedef VOID (*ARM_V7_CACHE_OPERATION)(UINT32); - VOID CPSRMaskInsert ( IN UINT32 Mask, @@ -69,22 +67,14 @@ CPSRRead ( VOID ); - -UINT32 +UINT32 ReadCCSIDR ( IN UINT32 CSSELR - ); - + ); UINT32 ReadCLIDR ( VOID ); - -VOID -ArmV7AllDataCachesOperation ( - IN ARM_V7_CACHE_OPERATION DataCacheOperation - ); - #endif // __ARM_LIB_PRIVATE_H__