xref: /netbsd-src/sys/arch/evbarm/mpcsa/mpcsa_leds_var.h (revision c62a0ac493172b27ab90373cf6d490cc03d944a4)
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