mirror of
https://github.com/logicog/RTLPlayground.git
synced 2026-08-30 14:52:51 +08:00
8 lines
110 B
C
8 lines
110 B
C
#ifndef _RTL837X_LEDS_H_
|
|
#define _RTL837X_LEDS_H_
|
|
|
|
#include <stdint.h>
|
|
void leds_dump(void) __banked;
|
|
|
|
#endif
|