]> git.proxmox.com Git - mirror_ubuntu-disco-kernel.git/blame - arch/powerpc/include/asm/i8259.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-disco-kernel.git] / arch / powerpc / include / asm / i8259.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
3b341c1c
PM
2#ifndef _ASM_POWERPC_I8259_H
3#define _ASM_POWERPC_I8259_H
88ced031 4#ifdef __KERNEL__
1da177e4
LT
5
6#include <linux/irq.h>
7
0ebfff14 8extern void i8259_init(struct device_node *node, unsigned long intack_addr);
35a84c2f 9extern unsigned int i8259_irq(void);
bae1d8f1 10extern struct irq_domain *i8259_get_host(void);
1da177e4 11
88ced031 12#endif /* __KERNEL__ */
3b341c1c 13#endif /* _ASM_POWERPC_I8259_H */