Release coccinelle-0.2.1-rc1
[bpt/coccinelle.git] / tests / proto2.res
CommitLineData
34e49164
C
1static void bch_l2l1(struct PStack *st, int pr, void *arg);
2static void bch_sched_event(int event);
3static void bch_empty_fifo(struct BCState *bcs, int count);
4
5static void
6bch_sched_event(int event)
7{
8 bcs->event |= 1 << event;
9 schedule_work(&bcs->work);
10}