coccinelle release 1.0.0-rc2
[bpt/coccinelle.git] / tests / ifdef2.res
CommitLineData
34e49164
C
1#include <asm/thread_info.h>
2#include <asm/memory.h>
3#include <asm/mach/time.h>
4#ifdef CONFIG_NKERNEL
5#include <nk/nkern.h>
6#include <asm/nkern.h>
7unsigned long maxsize = 0;
8#endif
9#include <asm/io.h>
10
11
12void init_IRQ(void)
13{
14 for (irq = 0; irq < IRQS; irq++) {
15 *desc = irq_desc;
16 uselessCall();
17 }
18}