Coccinelle release 0.2.5-rc3
[bpt/coccinelle.git] / tests / ifdef6.res
CommitLineData
34e49164
C
1#include <asm/thread_info.h>
2#include <asm/memory.h>
3#ifdef CONFIG_NKERNEL
4#define foo(x) f(x)
5#endif
6#include <asm/mach/time.h>
7#include <asm/io.h>
8
9
10void init_IRQ(void)
11{
12 for (irq = 0; irq < IRQS; irq++) {
13 *desc = irq_desc;
14 uselessCall();
15 }
16}