1 /* SPDX-License-Identifier: GPL-2.0 */
2 /* irq.h: IRQ registers on the Sparc.
4 * Copyright (C) 1995, 2007 David S. Miller (davem@davemloft.net)
10 /* Allocated number of logical irq numbers.
11 * sun4d boxes (ss2000e) should be OK with ~32.
12 * Be on the safe side and make room for 64
16 #include <linux/interrupt.h>
18 #define irq_canonicalize(irq) (irq)
20 void __init
sun4d_init_sbi_irq(void);
22 #define NO_IRQ 0xffffffff