]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPkg/Library/ArmLib/AArch64/AArch64Lib.h
ArmPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / ArmPkg / Library / ArmLib / AArch64 / AArch64Lib.h
CommitLineData
25402f5d
HL
1/** @file\r
2\r
3 Copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>\r
4 Portions Copyright (c) 2011 - 2013, ARM Ltd. All rights reserved.<BR>\r
5\r
4059386c 6 SPDX-License-Identifier: BSD-2-Clause-Patent\r
25402f5d
HL
7\r
8**/\r
9\r
10#ifndef __AARCH64_LIB_H__\r
11#define __AARCH64_LIB_H__\r
12\r
13typedef VOID (*AARCH64_CACHE_OPERATION)(UINTN);\r
14\r
25402f5d
HL
15VOID\r
16AArch64AllDataCachesOperation (\r
17 IN AARCH64_CACHE_OPERATION DataCacheOperation\r
18 );\r
19\r
20#endif // __AARCH64_LIB_H__\r
21\r