Linux Audio

Check our new training course

Loading...
v4.6
 
 1#ifndef LINUX_BCM47XX_PRIVATE_H_
 2#define LINUX_BCM47XX_PRIVATE_H_
 3
 4#ifndef pr_fmt
 5#define pr_fmt(fmt)		"bcm47xx: " fmt
 6#endif
 7
 8#include <linux/kernel.h>
 9
10/* prom.c */
11void __init bcm47xx_prom_highmem_init(void);
12
13/* sprom.c */
14void bcm47xx_sprom_register_fallbacks(void);
15
16/* buttons.c */
17int __init bcm47xx_buttons_register(void);
18
19/* leds.c */
20void __init bcm47xx_leds_register(void);
21
22/* setup.c */
23void __init bcm47xx_bus_setup(void);
24
25/* workarounds.c */
26void __init bcm47xx_workarounds(void);
27
28#endif
v6.13.7
 1/* SPDX-License-Identifier: GPL-2.0 */
 2#ifndef LINUX_BCM47XX_PRIVATE_H_
 3#define LINUX_BCM47XX_PRIVATE_H_
 4
 5#ifndef pr_fmt
 6#define pr_fmt(fmt)		"bcm47xx: " fmt
 7#endif
 8
 9#include <linux/kernel.h>
10
11/* prom.c */
12void __init bcm47xx_prom_highmem_init(void);
 
 
 
13
14/* buttons.c */
15int __init bcm47xx_buttons_register(void);
16
17/* leds.c */
18void __init bcm47xx_leds_register(void);
19
20/* setup.c */
21void __init bcm47xx_bus_setup(void);
22
23/* workarounds.c */
24void __init bcm47xx_workarounds(void);
25
26#endif