.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-or-later */ |
---|
1 | 2 | /* |
---|
2 | 3 | * include/asm-mips/i8259.h |
---|
3 | 4 | * |
---|
.. | .. |
---|
5 | 6 | * |
---|
6 | 7 | * Copyright (C) 2003 Maciej W. Rozycki |
---|
7 | 8 | * Copyright (C) 2003 Ralf Baechle <ralf@linux-mips.org> |
---|
8 | | - * |
---|
9 | | - * This program is free software; you can redistribute it and/or |
---|
10 | | - * modify it under the terms of the GNU General Public License |
---|
11 | | - * as published by the Free Software Foundation; either version |
---|
12 | | - * 2 of the License, or (at your option) any later version. |
---|
13 | 9 | */ |
---|
14 | 10 | #ifndef _ASM_I8259_H |
---|
15 | 11 | #define _ASM_I8259_H |
---|
.. | .. |
---|
40 | 36 | extern void make_8259A_irq(unsigned int irq); |
---|
41 | 37 | |
---|
42 | 38 | extern void init_i8259_irqs(void); |
---|
| 39 | +extern struct irq_domain *__init_i8259_irqs(struct device_node *node); |
---|
43 | 40 | |
---|
44 | 41 | /** |
---|
45 | 42 | * i8159_set_poll() - Override the i8259 polling function |
---|