mirror of
https://gitee.com/openharmony/kernel_linux
synced 2025-05-20 21:56:37 +00:00
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
|