linux/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/misc.c
<<
>>
Prefs
   1#include <config.h>
   2
   3#include "misc.h"
   4#include "bug_on.h"
   5
   6struct rcu_head;
   7
   8void wakeme_after_rcu(struct rcu_head *head)
   9{
  10        BUG();
  11}
  12