mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-04 16:26:41 +07:00
515fa75d48
So far this is mostly just a proof of concept, database consists of a single device. Creating a nice iterateable array wasn't an option because devices have different amount of LEDs. And we don't want to waste memory just because of support for a device with dozens on LEDs. Signed-off-by: Rafał Miłecki <zajec5@gmail.com> Acked-by: Hauke Mehrtens <hauke@hauke-m.de> Signed-off-by: John Crispin <blogic@openwrt.org> Patchwork: http://patchwork.linux-mips.org/patch/6299/
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
|