xref: /openbmc/linux/arch/microblaze/include/asm/irq.h (revision 1e364921)
14726dd60SMichal Simek /* SPDX-License-Identifier: GPL-2.0 */
2eedbdab9SMichal Simek /*
3eedbdab9SMichal Simek  * Copyright (C) 2006 Atmark Techno, Inc.
4eedbdab9SMichal Simek  */
5eedbdab9SMichal Simek 
6eedbdab9SMichal Simek #ifndef _ASM_MICROBLAZE_IRQ_H
7eedbdab9SMichal Simek #define _ASM_MICROBLAZE_IRQ_H
8eedbdab9SMichal Simek 
90a584583SRemis Lima Baima #include <asm-generic/irq.h>
10eedbdab9SMichal Simek 
11eedbdab9SMichal Simek struct pt_regs;
12eedbdab9SMichal Simek extern void do_IRQ(struct pt_regs *regs);
13eedbdab9SMichal Simek 
14eedbdab9SMichal Simek #endif /* _ASM_MICROBLAZE_IRQ_H */
15