|
@@ -31,5 +31,10 @@
|
|
/*
|
|
/*
|
|
* HWCAP2 flags - for elf_hwcap2 (in kernel) and AT_HWCAP2
|
|
* HWCAP2 flags - for elf_hwcap2 (in kernel) and AT_HWCAP2
|
|
*/
|
|
*/
|
|
|
|
+#define HWCAP2_AES (1 << 0)
|
|
|
|
+#define HWCAP2_PMULL (1 << 1)
|
|
|
|
+#define HWCAP2_SHA1 (1 << 2)
|
|
|
|
+#define HWCAP2_SHA2 (1 << 3)
|
|
|
|
+#define HWCAP2_CRC32 (1 << 4)
|
|
|
|
|
|
#endif /* _UAPI__ASMARM_HWCAP_H */
|
|
#endif /* _UAPI__ASMARM_HWCAP_H */
|