]> git.ipfire.org Git - people/arne_f/kernel.git/blame - arch/mips/bcm47xx/bcm47xx_private.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[people/arne_f/kernel.git] / arch / mips / bcm47xx / bcm47xx_private.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
515fa75d
RM
2#ifndef LINUX_BCM47XX_PRIVATE_H_
3#define LINUX_BCM47XX_PRIVATE_H_
4
d548ca6b
RM
5#ifndef pr_fmt
6#define pr_fmt(fmt) "bcm47xx: " fmt
7#endif
8
515fa75d
RM
9#include <linux/kernel.h>
10
6ee1d934
RM
11/* prom.c */
12void __init bcm47xx_prom_highmem_init(void);
13
ef1e3e7a
RM
14/* buttons.c */
15int __init bcm47xx_buttons_register(void);
16
515fa75d
RM
17/* leds.c */
18void __init bcm47xx_leds_register(void);
19
e5810fa0
RM
20/* setup.c */
21void __init bcm47xx_bus_setup(void);
22
a2bec078
RM
23/* workarounds.c */
24void __init bcm47xx_workarounds(void);
25
515fa75d 26#endif