15 lines
338 B
C
15 lines
338 B
C
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
/*
|
|
* Copyright (C) 2015 Imagination Technologies
|
|
* Author: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
|
|
*/
|
|
|
|
#ifndef __MIPS_ASM_MACH_XILFPGA_IRQ_H__
|
|
#define __MIPS_ASM_MACH_XILFPGA_IRQ_H__
|
|
|
|
#define NR_IRQS 32
|
|
|
|
#include_next <irq.h>
|
|
|
|
#endif /* __MIPS_ASM_MACH_XILFPGA_IRQ_H__ */
|