Home | History | Annotate | Line # | Download | only in mpcsa
      1  1.2  matt /*	$NetBSD: mpcsa_leds_var.h,v 1.2 2008/07/03 01:15:39 matt Exp $	*/
      2  1.2  matt 
      3  1.2  matt #ifndef	_MPCSA_LEDS_VAR_H_
      4  1.2  matt #define	_MPCSA_LEDS_VAR_H_
      5  1.2  matt 
      6  1.2  matt #define	INFINITE_BLINK	8191
      7  1.2  matt 
      8  1.2  matt void mpcsa_blink_led(int num, int interval);
      9  1.2  matt void mpcsa_comm_led(int num, int count);
     10  1.2  matt void mpcsa_conn_led(int num, int ok);
     11  1.2  matt 
     12  1.2  matt #endif	// !_MPCSA_LEDS_VAR_H_
     13