git: https://android.googlesource.com/kernel/common branch: android-4.9 commit: 03fcc2fe71308c2d164b4e6cbfc738c63e670444
9 lines
272 B
C
9 lines
272 B
C
#include <linux/lockdep.h>
|
|
|
|
/* Trivial API wrappers, we don't (yet) have RCU in user-space: */
|
|
#define hlist_for_each_entry_rcu hlist_for_each_entry
|
|
#define hlist_add_head_rcu hlist_add_head
|
|
#define hlist_del_rcu hlist_del
|
|
|
|
#include "../../../kernel/locking/lockdep.c"
|