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
37 #define KPROBE_ENTRY(name) \
38 .pushsection .kprobes.text, "ax"; \
41 #define KPROBE_END(name) \
51 #define ENDPROC(name) \
52 .type name, @function; \
58 #define NORET_TYPE /**/
59 #define ATTRIB_NORET __attribute__((noreturn))
60 #define NORET_AND noreturn,