zte's code,first commit

Change-Id: I9a04da59e459a9bc0d67f101f700d9d7dc8d681b
diff --git a/cp/ps/driver/inc/io/drvs_io_vib.h b/cp/ps/driver/inc/io/drvs_io_vib.h
new file mode 100644
index 0000000..d7014c4
--- /dev/null
+++ b/cp/ps/driver/inc/io/drvs_io_vib.h
@@ -0,0 +1,57 @@
+/*******************************************************************************

+ * Copyright (C) 2007, ZTE Corporation.

+ *

+ * File Name:    drvs_io_vib.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_VIB_H

+#define _DRVS_IO_VIB_H

+

+/****************************************************************************

+* 	                                        Include files

+****************************************************************************/

+#include "drvs_io.h"

+/****************************************************************************

+* 	                                        Macros

+****************************************************************************/

+#define ZDRV_DEV_VIB  "vib"

+/****************************************************************************

+* 	                                        Types

+****************************************************************************/

+

+

+/*  */

+typedef enum

+{

+	VIB_POWER_DISABLE,

+	VIB_POWER_ENABLE,

+	

+	MAX_VIB_POWER

+}

+T_ZDrvVib_Power;

+

+typedef enum

+{

+	VIB_STATE_OFF,

+	VIB_STATE_ON,

+	

+	MAX_VIB_STATE

+}

+T_ZDrvVib_State;

+

+

+

+#endif/*_DRVS_IO_VIB_H*/

+