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