mirror of
https://github.com/torvalds/linux.git
synced 2024-11-15 00:21:59 +00:00
84b2170109
Replace GPL license statements with SPDX license identifiers (GPL-2.0 and GPL-2.0+). The h1940-bluetooth.c was licensed under GPL-1.0. This also adds GPL-2.0 to few files lacking license statement. Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
18 lines
413 B
C
18 lines
413 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
/*
|
|
* Copyright (c) 2008 Simtec Electronics
|
|
* http://armlinux.simtec.co.uk/
|
|
* Ben Dooks <ben@simtec.co.uk>
|
|
*
|
|
* Simtec common functions
|
|
*/
|
|
|
|
struct s3c24xx_audio_simtec_pdata;
|
|
|
|
extern void nor_simtec_init(void);
|
|
|
|
extern int usb_simtec_init(void);
|
|
|
|
extern int simtec_audio_add(const char *codec_name, bool has_lr_routing,
|
|
struct s3c24xx_audio_simtec_pdata *pdata);
|