nouveau: don't call pci_dma_supported
[deliverable/linux.git] / arch / mips / bcm47xx / bcm47xx_private.h
CommitLineData
515fa75d
RM
1#ifndef LINUX_BCM47XX_PRIVATE_H_
2#define LINUX_BCM47XX_PRIVATE_H_
3
d548ca6b
RM
4#ifndef pr_fmt
5#define pr_fmt(fmt) "bcm47xx: " fmt
6#endif
7
515fa75d
RM
8#include <linux/kernel.h>
9
6ee1d934
RM
10/* prom.c */
11void __init bcm47xx_prom_highmem_init(void);
12
a59da8fb
RM
13/* sprom.c */
14void bcm47xx_sprom_register_fallbacks(void);
15
ef1e3e7a
RM
16/* buttons.c */
17int __init bcm47xx_buttons_register(void);
18
515fa75d
RM
19/* leds.c */
20void __init bcm47xx_leds_register(void);
21
e5810fa0
RM
22/* setup.c */
23void __init bcm47xx_bus_setup(void);
24
a2bec078
RM
25/* workarounds.c */
26void __init bcm47xx_workarounds(void);
27
515fa75d 28#endif
This page took 0.108782 seconds and 5 git commands to generate.