forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 072de836f53be56a70cecf70b43ae43b7ce17376
kernel/drivers/parisc/gsc.h
....@@ -1,9 +1,8 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * drivers/parisc/gsc.h
34 * Declarations for functions in gsc.c
45 * Copyright (c) 2000-2002 Helge Deller, Matthew Wilcox
5
- *
6
- * Distributed under the terms of the GPL, version 2
76 */
87
98 #include <linux/interrupt.h>
....@@ -32,6 +31,7 @@
3231 int version;
3332 int type;
3433 int eim;
34
+ struct gsc_irq gsc_irq;
3535 int global_irq[32];
3636 };
3737