X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=share%2Fkernelcompat.h;h=c5512b8d4c848f4c35ee91c8cc23c9e4f080b3f6;hb=8d938dbd14e689a294f8a251e4ac255985c65ad5;hp=6d7ebb023f0408252230b4a4d6a75a2324ccb0b3;hpb=bb07823d7dc174f7bd96d30843acfac7424dd0d2;p=ust.git diff --git a/share/kernelcompat.h b/share/kernelcompat.h index 6d7ebb0..c5512b8 100644 --- a/share/kernelcompat.h +++ b/share/kernelcompat.h @@ -293,4 +293,13 @@ static inline u32 trace_clock_freq_scale(void) return 0; } + +/* LISTS */ + +#define list_add_rcu list_add +#define list_for_each_entry_rcu list_for_each_entry + + +#define EXPORT_SYMBOL_GPL(a) /*nothing*/ + #endif /* KERNELCOMPAT_H */