1 1.1.2.1 matt /* $Id: mpcsa_leds_var.h,v 1.1.2.1 2007/11/10 02:56:58 matt Exp $ */ 2 1.1.2.1 matt 3 1.1.2.1 matt #ifndef _MPCSA_LEDS_VAR_H_ 4 1.1.2.1 matt #define _MPCSA_LEDS_VAR_H_ 5 1.1.2.1 matt 6 1.1.2.1 matt #define INFINITE_BLINK 8191 7 1.1.2.1 matt 8 1.1.2.1 matt void mpcsa_blink_led(int num, int interval); 9 1.1.2.1 matt void mpcsa_comm_led(int num, int count); 10 1.1.2.1 matt void mpcsa_conn_led(int num, int ok); 11 1.1.2.1 matt 12 1.1.2.1 matt #endif // !_MPCSA_LEDS_VAR_H_ 13