162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
262306a36Sopenharmony_ci#ifndef BCM63XX_IRQ_H_
362306a36Sopenharmony_ci#define BCM63XX_IRQ_H_
462306a36Sopenharmony_ci
562306a36Sopenharmony_ci#include <bcm63xx_cpu.h>
662306a36Sopenharmony_ci
762306a36Sopenharmony_ci#define IRQ_INTERNAL_BASE		8
862306a36Sopenharmony_ci#define IRQ_EXTERNAL_BASE		100
962306a36Sopenharmony_ci#define IRQ_EXT_0			(IRQ_EXTERNAL_BASE + 0)
1062306a36Sopenharmony_ci#define IRQ_EXT_1			(IRQ_EXTERNAL_BASE + 1)
1162306a36Sopenharmony_ci#define IRQ_EXT_2			(IRQ_EXTERNAL_BASE + 2)
1262306a36Sopenharmony_ci#define IRQ_EXT_3			(IRQ_EXTERNAL_BASE + 3)
1362306a36Sopenharmony_ci
1462306a36Sopenharmony_ci#endif /* ! BCM63XX_IRQ_H_ */
15