]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPkg/Library/ArmLib/ArmV7/ArmV7Lib.h
ArmPkg/ArmV7Lib: add function to test for presence of MP extensions
[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
d60f6af4 20VOID\r
21ArmV7AllDataCachesOperation (\r
22 IN ARM_V7_CACHE_OPERATION DataCacheOperation\r
23 );\r
3402aac7 24\r
63dbd629
AB
25UINTN\r
26EFIAPI\r
27ArmReadIdMmfr0 (\r
28 VOID\r
29 );\r
30\r
2ea66ed9
AB
31BOOLEAN\r
32EFIAPI\r
33ArmHasMpExtensions (\r
34 VOID\r
35 );\r
36\r
bd6b9799 37#endif // __ARM_V7_LIB_H__\r
38\r