split dev_queue
[cor.git] / arch / mips / bcm47xx / bcm47xx_private.h
blobbb96743bb92ed1055e939d7d88e56fd9e1561f9b
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef LINUX_BCM47XX_PRIVATE_H_
3 #define LINUX_BCM47XX_PRIVATE_H_
5 #ifndef pr_fmt
6 #define pr_fmt(fmt) "bcm47xx: " fmt
7 #endif
9 #include <linux/kernel.h>
11 /* prom.c */
12 void __init bcm47xx_prom_highmem_init(void);
14 /* buttons.c */
15 int __init bcm47xx_buttons_register(void);
17 /* leds.c */
18 void __init bcm47xx_leds_register(void);
20 /* setup.c */
21 void __init bcm47xx_bus_setup(void);
23 /* workarounds.c */
24 void __init bcm47xx_workarounds(void);
26 #endif