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 7882d2c commit 852947bCopy full SHA for 852947b
arch/riscv/kernel/tests/kprobes/test-kprobes.h
@@ -11,14 +11,14 @@
11
#define KPROBE_TEST_MAGIC_LOWER 0x0000babe
12
#define KPROBE_TEST_MAGIC_UPPER 0xcafe0000
13
14
-#ifndef __ASSEMBLY__
+#ifndef __ASSEMBLER__
15
16
/* array of addresses to install kprobes */
17
extern void *test_kprobes_addresses[];
18
19
/* array of functions that return KPROBE_TEST_MAGIC */
20
extern long (*test_kprobes_functions[])(void);
21
22
-#endif /* __ASSEMBLY__ */
+#endif /* __ASSEMBLER__ */
23
24
#endif /* TEST_KPROBES_H */
0 commit comments