/**************************************************************************************************/
/* LOW VOLTAGE LOAD SWITCHER BOARD																  */
/* Copyright 2012 MBARI.                                                    					  */
/* MBARI Proprietary Information. All rights reserved.                      					  */
/* FILENAME:		breaker.c																	  */
/* DESCRIPTION:		This file contains prototypes for functions relating to the operation of the  */
/*					board's circuit breakers.													  */
/* FUNCTION LIST:	brkrReset(int channel)														  */
/*					brkrState(int channel)														  */
/**************************************************************************************************/

void brkrReset(int channel);
int brkrState(int channel);