b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame^] | 1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ |
2 | /* | ||||
3 | * Xilinx intc external definitions | ||||
4 | * | ||||
5 | * Copyright 2007 Secret Lab Technologies Ltd. | ||||
6 | */ | ||||
7 | #ifndef _ASM_POWERPC_XILINX_INTC_H | ||||
8 | #define _ASM_POWERPC_XILINX_INTC_H | ||||
9 | |||||
10 | #ifdef __KERNEL__ | ||||
11 | |||||
12 | extern void __init xilinx_intc_init_tree(void); | ||||
13 | extern unsigned int xintc_get_irq(void); | ||||
14 | |||||
15 | #endif /* __KERNEL__ */ | ||||
16 | #endif /* _ASM_POWERPC_XILINX_INTC_H */ |