forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 9999e48639b3cecb08ffb37358bcba3b48161b29
kernel/arch/mips/include/asm/i8259.h
....@@ -1,3 +1,4 @@
1
+/* SPDX-License-Identifier: GPL-2.0-or-later */
12 /*
23 * include/asm-mips/i8259.h
34 *
....@@ -5,11 +6,6 @@
56 *
67 * Copyright (C) 2003 Maciej W. Rozycki
78 * 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.
139 */
1410 #ifndef _ASM_I8259_H
1511 #define _ASM_I8259_H
....@@ -40,6 +36,7 @@
4036 extern void make_8259A_irq(unsigned int irq);
4137
4238 extern void init_i8259_irqs(void);
39
+extern struct irq_domain *__init_i8259_irqs(struct device_node *node);
4340
4441 /**
4542 * i8159_set_poll() - Override the i8259 polling function