]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPkg/Library/ArmLib/ArmV7/ArmV7Lib.h
ARM Packages: Removed trailing spaces
[mirror_edk2.git] / ArmPkg / Library / ArmLib / ArmV7 / ArmV7Lib.h
CommitLineData
bd6b9799 1/** @file\r
2\r
3 Copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>\r
4\r
5 This program and the accompanying materials\r
6 are licensed and made available under the terms and conditions of the BSD License\r
7 which accompanies this distribution. The full text of the license may be found at\r
8 http://opensource.org/licenses/bsd-license.php\r
9\r
10 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12\r
13**/\r
14\r
15#ifndef __ARM_V7_LIB_H__\r
16#define __ARM_V7_LIB_H__\r
17\r
d60f6af4 18typedef VOID (*ARM_V7_CACHE_OPERATION)(UINT32);\r
bd6b9799 19\r
bd6b9799 20\r
d60f6af4 21VOID\r
22ArmV7PerformPoUDataCacheOperation (\r
23 IN ARM_V7_CACHE_OPERATION DataCacheOperation\r
24 );\r
25\r
26VOID\r
27ArmV7AllDataCachesOperation (\r
28 IN ARM_V7_CACHE_OPERATION DataCacheOperation\r
29 );\r
3402aac7 30\r
bd6b9799 31#endif // __ARM_V7_LIB_H__\r
32\r