]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPkg/Include/Library/ArmGicArchLib.h
ArmPkg: remove ARMv6 support code
[mirror_edk2.git] / ArmPkg / Include / Library / ArmGicArchLib.h
CommitLineData
8d13298b
AB
1/** @file\r
2*\r
3* Copyright (c) 2015, Linaro Ltd. All rights reserved.\r
4*\r
5* This program and the accompanying materials are licensed and made available\r
6* under the terms and conditions of the BSD License which accompanies this\r
7* 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_GIC_ARCH_LIB_H__\r
16#define __ARM_GIC_ARCH_LIB_H__\r
17\r
18//\r
19// GIC definitions\r
20//\r
21typedef enum {\r
22 ARM_GIC_ARCH_REVISION_2,\r
23 ARM_GIC_ARCH_REVISION_3\r
24} ARM_GIC_ARCH_REVISION;\r
25\r
26\r
27ARM_GIC_ARCH_REVISION\r
28EFIAPI\r
29ArmGicGetSupportedArchRevision (\r
30 VOID\r
31 );\r
32\r
33#endif\r