#ifndef __LED_H__ #define __LED_H__ int led_init(void); void led_exit(void); #endif