zte's code,first commit
Change-Id: I9a04da59e459a9bc0d67f101f700d9d7dc8d681b
diff --git a/cp/ps/driver/inc/io/drvs_io_flashlight.h b/cp/ps/driver/inc/io/drvs_io_flashlight.h
new file mode 100644
index 0000000..6cdfc30
--- /dev/null
+++ b/cp/ps/driver/inc/io/drvs_io_flashlight.h
@@ -0,0 +1,57 @@
+/*******************************************************************************
+ * 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*/
+