LED configuration support

This commit is contained in:
logicog
2026-02-08 20:23:30 +01:00
parent 7a57416e4c
commit 9424aa3a3b
5 changed files with 146 additions and 1 deletions
+7
View File
@@ -0,0 +1,7 @@
#ifndef _RTL837X_LEDS_H_
#define _RTL837X_LEDS_H_
#include <stdint.h>
void leds_dump(void) __banked;
#endif