We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4756716 commit 7d2151eCopy full SHA for 7d2151e
arm_mte.h
@@ -2,11 +2,11 @@
2
#define ARM_MTE_H
3
4
#include <arm_acle.h>
5
-#include <util.h>
+#include <stdint.h>
6
7
// Returns a tagged pointer.
8
// See https://developer.arm.com/documentation/ddi0602/2023-09/Base-Instructions/IRG--Insert-Random-Tag-
9
-static inline void *arm_mte_create_random_tag(void *p, u64 exclusion_mask) {
+static inline void *arm_mte_create_random_tag(void *p, uint64_t exclusion_mask) {
10
return __arm_mte_create_random_tag(p, exclusion_mask);
11
}
12
0 commit comments