#ifndef _LED_H_ #define _LED_H_ void led_init (void); void led_on (void); void led_off (void); void led_toggle (void); #endif /* _LED_H_ */