#ifndef LEDS_H #define LEDS_H /* C stdlib */ #include bool set_leds(const char *led_name, bool enabled); #endif /* LEDS_H */