Release coccinelle-0.1.8
[bpt/coccinelle.git] / tests / parse_field.c
1 void blk_queue_prep_rq(struct request_queue *q, prep_rq_fn *pfn)
2 {
3 q->prep_rq_fn = pfn;
4 }