.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-or-later */ |
---|
1 | 2 | /* |
---|
2 | 3 | * IPIC external definitions and structure. |
---|
3 | 4 | * |
---|
4 | 5 | * Maintainer: Kumar Gala <galak@kernel.crashing.org> |
---|
5 | 6 | * |
---|
6 | 7 | * 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. |
---|
12 | 8 | */ |
---|
13 | 9 | #ifdef __KERNEL__ |
---|
14 | 10 | #ifndef __ASM_IPIC_H__ |
---|
.. | .. |
---|
69 | 65 | IPIC_MCP_MU = 7, |
---|
70 | 66 | }; |
---|
71 | 67 | |
---|
72 | | -extern int ipic_set_priority(unsigned int irq, unsigned int priority); |
---|
73 | | -extern void ipic_set_highest_priority(unsigned int irq); |
---|
74 | 68 | 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); |
---|
77 | 69 | extern u32 ipic_get_mcp_status(void); |
---|
78 | 70 | extern void ipic_clear_mcp_status(u32 mask); |
---|
79 | 71 | |
---|