PowerManager_InAndOut.h 923 字节
/**
 ********************************************************************
 * @file   PowerManager_InAndOut.h
 *         PowerManager_InAndOut的头文件
 *
 *********************************************************************
 */

/* Define to prevent recursive inclusion 避免重定义 -------------------------------------*/
#ifndef POWERMANAGER_INANDOUT_H
#define POWERMANAGER_INANDOUT_H

/* Includes ------------------------------------------------------------------*/
#include "JZsdk_Base/JZsdk_Code/JZsdk_Code.h"

#ifdef __cplusplus
extern "C" {
#endif

/* Exported constants --------------------------------------------------------*/
/* 常亮定义*/

/* Exported types ------------------------------------------------------------*/

/* Exported functions --------------------------------------------------------*/
T_JZsdkReturnCode PowerManger_SetPowerStatus(int status);


#ifdef __cplusplus
}
#endif

#endif