blob: 6cdfc30ac52eb61a82c5e91729073359e6553a36 [file] [log] [blame]
/*******************************************************************************
* Copyright (C) 2007, ZTE Corporation.
*
* File Name: drvs_io_flashlight.h
* File Mark:
* Description:
* Others:
* Version: 1.0
* Author: liuyi
* Date: 2016-09-03
* History 1:
* Date:
* Version:
* Author:
* Modification:
* History 2:
********************************************************************************/
#ifndef _DRVS_IO_FLASHLIGHT_H
#define _DRVS_IO_FLASHLIGHT_H
/****************************************************************************
* Include files
****************************************************************************/
#include "drvs_io.h"
/****************************************************************************
* Macros
****************************************************************************/
#define ZDRV_DEV_FLASHLIGHT "flashlight"
/****************************************************************************
* Types
****************************************************************************/
/* */
typedef enum
{
FLASHLIGHT_DISABLE,
FLASHLIGHT_ENABLE,
MAX_FLASHLIGHT_ENABLE
}
T_ZDrvFlashlight_Enable;
typedef enum
{
FLASHLIGHT_STATE_OFF,
FLASHLIGHT_STATE_ON,
MAX_FLASHLIGHT_STATE
}
T_ZDrvFlashlight_State;
#endif/*_DRVS_IO_FLASHLIGHT_H*/