mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 04:30:52 +07:00
a2bec07844
Signed-off-by: Rafał Miłecki <zajec5@gmail.com> Cc: linux-mips@linux-mips.org Cc: Hauke Mehrtens <hauke@hauke-m.de> Patchwork: https://patchwork.linux-mips.org/patch/6627/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
16 lines
276 B
C
16 lines
276 B
C
#ifndef LINUX_BCM47XX_PRIVATE_H_
|
|
#define LINUX_BCM47XX_PRIVATE_H_
|
|
|
|
#include <linux/kernel.h>
|
|
|
|
/* buttons.c */
|
|
int __init bcm47xx_buttons_register(void);
|
|
|
|
/* leds.c */
|
|
void __init bcm47xx_leds_register(void);
|
|
|
|
/* workarounds.c */
|
|
void __init bcm47xx_workarounds(void);
|
|
|
|
#endif
|