GNU Linux-libre 4.9.337-gnu1
[releases.git] / tools / lib / lockdep / lockdep.c
1 #include <linux/lockdep.h>
2
3 /* Trivial API wrappers, we don't (yet) have RCU in user-space: */
4 #define hlist_for_each_entry_rcu        hlist_for_each_entry
5 #define hlist_add_head_rcu              hlist_add_head
6 #define hlist_del_rcu                   hlist_del
7
8 #include "../../../kernel/locking/lockdep.c"