aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/compat/compat-asm.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/compat/compat-asm.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/compat/compat-asm.h b/src/compat/compat-asm.h
index f5c5bc2..bafd70b 100644
--- a/src/compat/compat-asm.h
+++ b/src/compat/compat-asm.h
@@ -40,4 +40,9 @@
#undef pull
#endif
+#if LINUX_VERSION_CODE < KERNEL_VERSION(5, 5, 0)
+#define SYM_FUNC_START ENTRY
+#define SYM_FUNC_END ENDPROC
+#endif
+
#endif /* _WG_COMPATASM_H */