linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / include / linux / linkage.h
index 338f779..147eb01 100644 (file)
   ALIGN; \
   name:
 
+#define KPROBE_ENTRY(name) \
+  .section .kprobes.text, "ax"; \
+  .globl name; \
+  ALIGN; \
+  name:
+
+
 #endif
 
 #define NORET_TYPE    /**/