ust: continue
[ust.git] / share / kernelcompat.h
index 6d7ebb023f0408252230b4a4d6a75a2324ccb0b3..c5512b8d4c848f4c35ee91c8cc23c9e4f080b3f6 100644 (file)
@@ -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 */
This page took 0.022422 seconds and 4 git commands to generate.