/* 
 * File:   
 * Author: 
 * Comments:
 * Revision history: 
 */

// This is a guard condition so that contents of this file are not included
// more than once.  
#ifndef BATTSWITCHCONTROL_H
#define	BATTSWITCHCONTROL_H

void BattSwitchControl();

#endif	/*	BATTSWITCHCONTROL_H */

