7 lines
107 B
C
7 lines
107 B
C
#define IRQ_LOCALTIMER 29
|
|
#define IRQ_LOCALWDOG 30
|
|
|
|
#ifndef CONFIG_SPARSE_IRQ
|
|
#define NR_IRQS 256
|
|
#endif
|