//----------------------------------------------------------------------------------
// <copyright file="Power.h" company="LiquidRobotics">
//	Copyright (c) Liquid Robotics Corporation.  All rights reserved.
// </copyright>
//
// <summary>
// 	This is the header file for managing a power on/off payload
// </summary>
//
// <owner>Arash Ushani</owner>
//----------------------------------------------------------------------------------



#ifndef _POWER_H_
#define _POWER_H_

void Power(void* pParam) CALLBACK;

#endif
