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