mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-05 02:26:44 +07:00
10 lines
156 B
C
10 lines
156 B
C
|
#ifndef LINUX_BCM47XX_PRIVATE_H_
|
||
|
#define LINUX_BCM47XX_PRIVATE_H_
|
||
|
|
||
|
#include <linux/kernel.h>
|
||
|
|
||
|
/* leds.c */
|
||
|
void __init bcm47xx_leds_register(void);
|
||
|
|
||
|
#endif
|