diff options
Diffstat (limited to 'arch/arm/include/uapi/asm/hwcap.h')
-rw-r--r-- | arch/arm/include/uapi/asm/hwcap.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/include/uapi/asm/hwcap.h b/arch/arm/include/uapi/asm/hwcap.h index 7dcc10d67253..20d12f230a2f 100644 --- a/arch/arm/include/uapi/asm/hwcap.h +++ b/arch/arm/include/uapi/asm/hwcap.h | |||
@@ -28,4 +28,13 @@ | |||
28 | #define HWCAP_LPAE (1 << 20) | 28 | #define HWCAP_LPAE (1 << 20) |
29 | #define HWCAP_EVTSTRM (1 << 21) | 29 | #define HWCAP_EVTSTRM (1 << 21) |
30 | 30 | ||
31 | /* | ||
32 | * HWCAP2 flags - for elf_hwcap2 (in kernel) and AT_HWCAP2 | ||
33 | */ | ||
34 | #define HWCAP2_AES (1 << 0) | ||
35 | #define HWCAP2_PMULL (1 << 1) | ||
36 | #define HWCAP2_SHA1 (1 << 2) | ||
37 | #define HWCAP2_SHA2 (1 << 3) | ||
38 | #define HWCAP2_CRC32 (1 << 4) | ||
39 | |||
31 | #endif /* _UAPI__ASMARM_HWCAP_H */ | 40 | #endif /* _UAPI__ASMARM_HWCAP_H */ |