Coccinelle release 1.0.0-rc4
[bpt/coccinelle.git] / tests / ifdef1.res
1 #include <asm/thread_info.h>
2 #include <asm/memory.h>
3 #ifdef CONFIG_NKERNEL
4 #include <asm/nk/f_nk.h>
5 #endif
6 #include <asm/mach/time.h>
7 #include <asm/io.h>
8
9
10 void init_IRQ(void)
11 {
12 for (irq = 0; irq < IRQS; irq++) {
13 *desc = irq_desc;
14 uselessCall();
15 }
16 }