LED configuration support

This commit is contained in:
logicog
2026-02-01 22:15:12 +01:00
parent 45213b4eac
commit df058dfe33
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