Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
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
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 */