Files
linux-apfs/include/linux/irqnr.h
T

17 lines
267 B
C
Raw Normal View History

2008-10-16 18:20:58 +02:00
#ifndef _LINUX_IRQNR_H
#define _LINUX_IRQNR_H
#ifndef CONFIG_GENERIC_HARDIRQS
#include <asm/irq.h>
# define nr_irqs NR_IRQS
# define for_each_irq_desc(irq, desc) \
for (irq = 0; irq < nr_irqs; irq++)
static inline early_sparse_irq_init(void)
{
}
2008-10-16 18:20:58 +02:00
#endif
#endif