mirror of
https://repo.dec05eba.com/gpu-screen-recorder-ui
synced 2026-03-31 09:17:04 +09:00
10 lines
140 B
C
10 lines
140 B
C
#ifndef LEDS_H
|
|
#define LEDS_H
|
|
|
|
/* C stdlib */
|
|
#include <stdbool.h>
|
|
|
|
bool set_leds(const char *led_name, bool enabled);
|
|
|
|
#endif /* LEDS_H */
|