diff options
Diffstat (limited to 'other/adore-ng/irq_vectors.h')
| -rw-r--r-- | other/adore-ng/irq_vectors.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/other/adore-ng/irq_vectors.h b/other/adore-ng/irq_vectors.h new file mode 100644 index 0000000..753c643 --- /dev/null +++ b/other/adore-ng/irq_vectors.h | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | #ifndef NR_IRQS | ||
| 2 | #define NR_IRQS 1 | ||
| 3 | #endif | ||
| 4 | |||
| 5 | #ifndef NR_IRQ_VECTORS | ||
| 6 | #define NR_IRQ_VECTORS 1 | ||
| 7 | #endif | ||
| 8 | |||
| 9 | |||
| 10 | |||
