Release coccinelle-0.1
[bpt/coccinelle.git] / tests / multitypedef.res
1 typedef struct HYSDN_CARD {
2 struct work_struct irq_queue;
3 } hysdn_card;
4
5 int
6 ergo_inithardware(hysdn_card * card)
7 {
8 INIT_WORK(&card->irq_queue, ergo_irq_bh);
9 }