| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Atheros AR71XX/AR724X/AR913X common definitions |
|---|
| 3 | 4 | * |
|---|
| .. | .. |
|---|
| 5 | 6 | * Copyright (C) 2008 Imre Kaloz <kaloz@openwrt.org> |
|---|
| 6 | 7 | * |
|---|
| 7 | 8 | * Parts of this file are based on Atheros' 2.6.15 BSP |
|---|
| 8 | | - * |
|---|
| 9 | | - * This program is free software; you can redistribute it and/or modify it |
|---|
| 10 | | - * under the terms of the GNU General Public License version 2 as published |
|---|
| 11 | | - * by the Free Software Foundation. |
|---|
| 12 | 9 | */ |
|---|
| 13 | 10 | |
|---|
| 14 | 11 | #ifndef __ASM_MACH_ATH79_H |
|---|
| .. | .. |
|---|
| 177 | 174 | |
|---|
| 178 | 175 | void ath79_device_reset_set(u32 mask); |
|---|
| 179 | 176 | void ath79_device_reset_clear(u32 mask); |
|---|
| 180 | | - |
|---|
| 181 | | -void ath79_cpu_irq_init(unsigned irq_wb_chan2, unsigned irq_wb_chan3); |
|---|
| 182 | | -void ath79_misc_irq_init(void __iomem *regs, int irq, |
|---|
| 183 | | - int irq_base, bool is_ar71xx); |
|---|
| 184 | 177 | |
|---|
| 185 | 178 | #endif /* __ASM_MACH_ATH79_H */ |
|---|