Files
gpu-screen-recorder-ui/tools/gsr-global-hotkeys/leds.h

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 */