Release coccinelle-0.1
[bpt/coccinelle.git] / tests / soc.c
1 #define soc_printk printk ("soc%d: ", s->soc_no); printk
2
3
4 static inline void soc_init(struct sbus_dev *sdev, int no)
5 {
6 soc_printk ("Cannot order irq %d to go\n", irq);
7 }