summaryrefslogtreecommitdiff
path: root/sys/arch/evbarm/mpcsa/mpcsa_leds_var.h
blob: 4cc206609ed0938907941c21186fb3a93a85336f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*	$NetBSD: mpcsa_leds_var.h,v 1.2 2008/07/03 01:15:39 matt Exp $	*/

#ifndef	_MPCSA_LEDS_VAR_H_
#define	_MPCSA_LEDS_VAR_H_

#define	INFINITE_BLINK	8191

void mpcsa_blink_led(int num, int interval);
void mpcsa_comm_led(int num, int count);
void mpcsa_conn_led(int num, int ok);

#endif	// !_MPCSA_LEDS_VAR_H_