blob: ca9aa162fb09579753f4ffc3fbbaee60da3d0728 [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001/* 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
12extern void __init xilinx_intc_init_tree(void);
13extern unsigned int xintc_get_irq(void);
14
15#endif /* __KERNEL__ */
16#endif /* _ASM_POWERPC_XILINX_INTC_H */