18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 28c2ecf20Sopenharmony_ci#ifndef LINUX_BCM47XX_PRIVATE_H_ 38c2ecf20Sopenharmony_ci#define LINUX_BCM47XX_PRIVATE_H_ 48c2ecf20Sopenharmony_ci 58c2ecf20Sopenharmony_ci#ifndef pr_fmt 68c2ecf20Sopenharmony_ci#define pr_fmt(fmt) "bcm47xx: " fmt 78c2ecf20Sopenharmony_ci#endif 88c2ecf20Sopenharmony_ci 98c2ecf20Sopenharmony_ci#include <linux/kernel.h> 108c2ecf20Sopenharmony_ci 118c2ecf20Sopenharmony_ci/* prom.c */ 128c2ecf20Sopenharmony_civoid __init bcm47xx_prom_highmem_init(void); 138c2ecf20Sopenharmony_ci 148c2ecf20Sopenharmony_ci/* buttons.c */ 158c2ecf20Sopenharmony_ciint __init bcm47xx_buttons_register(void); 168c2ecf20Sopenharmony_ci 178c2ecf20Sopenharmony_ci/* leds.c */ 188c2ecf20Sopenharmony_civoid __init bcm47xx_leds_register(void); 198c2ecf20Sopenharmony_ci 208c2ecf20Sopenharmony_ci/* setup.c */ 218c2ecf20Sopenharmony_civoid __init bcm47xx_bus_setup(void); 228c2ecf20Sopenharmony_ci 238c2ecf20Sopenharmony_ci/* workarounds.c */ 248c2ecf20Sopenharmony_civoid __init bcm47xx_workarounds(void); 258c2ecf20Sopenharmony_ci 268c2ecf20Sopenharmony_ci#endif 27