1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 * Xilinx intc external definitions
5 * Copyright 2007 Secret Lab Technologies Ltd.
7 #ifndef _ASM_POWERPC_XILINX_INTC_H
8 #define _ASM_POWERPC_XILINX_INTC_H
12 extern void __init
xilinx_intc_init_tree(void);
13 extern unsigned int xintc_get_irq(void);
15 #endif /* __KERNEL__ */
16 #endif /* _ASM_POWERPC_XILINX_INTC_H */