forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-09-20 cf4ce59b3b70238352c7f1729f0f7223214828ad
kernel/arch/powerpc/include/asm/ipic.h
....@@ -1,14 +1,10 @@
1
+/* SPDX-License-Identifier: GPL-2.0-or-later */
12 /*
23 * IPIC external definitions and structure.
34 *
45 * Maintainer: Kumar Gala <galak@kernel.crashing.org>
56 *
67 * Copyright 2005 Freescale Semiconductor, Inc
7
- *
8
- * This program is free software; you can redistribute it and/or modify it
9
- * under the terms of the GNU General Public License as published by the
10
- * Free Software Foundation; either version 2 of the License, or (at your
11
- * option) any later version.
128 */
139 #ifdef __KERNEL__
1410 #ifndef __ASM_IPIC_H__
....@@ -69,11 +65,7 @@
6965 IPIC_MCP_MU = 7,
7066 };
7167
72
-extern int ipic_set_priority(unsigned int irq, unsigned int priority);
73
-extern void ipic_set_highest_priority(unsigned int irq);
7468 extern void ipic_set_default_priority(void);
75
-extern void ipic_enable_mcp(enum ipic_mcp_irq mcp_irq);
76
-extern void ipic_disable_mcp(enum ipic_mcp_irq mcp_irq);
7769 extern u32 ipic_get_mcp_status(void);
7870 extern void ipic_clear_mcp_status(u32 mask);
7971