Coccinelle release 0.2.5-rc3
[bpt/coccinelle.git] / tests / ifdef6a.res
CommitLineData
0708f913
C
1#include <asm/thread_info.h>
2#ifdef CONFIG_NKERNEL
3#define foo(x) f(x)
4#endif
5#include <asm/memory.h>
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}