1 #ifndef _LINUX_LINKAGE_H
2 #define _LINUX_LINKAGE_H
4 #include <asm/linkage.h>
7 #define CPP_ASMLINKAGE extern "C"
13 #define asmlinkage CPP_ASMLINKAGE
16 #ifndef prevent_tail_call
17 # define prevent_tail_call(ret) do { } while (0)
21 #define __ALIGN .align 4,0x90
22 #define __ALIGN_STR ".align 4,0x90"
28 #define ALIGN_STR __ALIGN_STR
43 #define KPROBE_ENTRY(name) \
44 .pushsection .kprobes.text, "ax"; \
47 #define KPROBE_END(name) \
57 #define ENDPROC(name) \
58 .type name, @function; \
64 #define NORET_TYPE /**/
65 #define ATTRIB_NORET __attribute__((noreturn))
66 #define NORET_AND noreturn,