License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-2.6-block.git] / arch / mips / include / asm / mach-bcm63xx / bcm63xx_dev_dsp.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
e7300d04
MB
2#ifndef __BCM63XX_DSP_H
3#define __BCM63XX_DSP_H
4
5struct bcm63xx_dsp_platform_data {
6 unsigned gpio_rst;
7 unsigned gpio_int;
8 unsigned cs;
9 unsigned ext_irq;
10};
11
12int __init bcm63xx_dsp_register(const struct bcm63xx_dsp_platform_data *pd);
13
14#endif /* __BCM63XX_DSP_H */