Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef LINUX_BCM47XX_PRIVATE_H_
0003 #define LINUX_BCM47XX_PRIVATE_H_
0004 
0005 #ifndef pr_fmt
0006 #define pr_fmt(fmt)     "bcm47xx: " fmt
0007 #endif
0008 
0009 #include <linux/kernel.h>
0010 
0011 /* prom.c */
0012 void __init bcm47xx_prom_highmem_init(void);
0013 
0014 /* buttons.c */
0015 int __init bcm47xx_buttons_register(void);
0016 
0017 /* leds.c */
0018 void __init bcm47xx_leds_register(void);
0019 
0020 /* setup.c */
0021 void __init bcm47xx_bus_setup(void);
0022 
0023 /* workarounds.c */
0024 void __init bcm47xx_workarounds(void);
0025 
0026 #endif