]> asedeno.scripts.mit.edu Git - linux.git/blob - tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/misc.c
Merge branches 'pm-core', 'pm-qos', 'pm-domains' and 'pm-opp'
[linux.git] / tools / testing / selftests / rcutorture / formal / srcu-cbmc / src / misc.c
1 #include <config.h>
2
3 #include "misc.h"
4 #include "bug_on.h"
5
6 struct rcu_head;
7
8 void wakeme_after_rcu(struct rcu_head *head)
9 {
10         BUG();
11 }