#ifndef __LED_HEARTBEAT_H__ #define __LED_HEARTBEAT_H__ int led_heartbeat_init(void); void led_heartbeat_exit(void); #endif