[T106][ZXW-22]7520V3SCV2.01.01.02P42U09_VEC_V0.8_AP_VEC origin source commit
Change-Id: Ic6e05d89ecd62fc34f82b23dcf306c93764aec4b
diff --git a/cp/ps/driver/inc/misc/drvs_nv.h b/cp/ps/driver/inc/misc/drvs_nv.h
new file mode 100644
index 0000000..3ea5b57
--- /dev/null
+++ b/cp/ps/driver/inc/misc/drvs_nv.h
@@ -0,0 +1,59 @@
+/***********************************************************************
+* Copyright (C) 2013, ZTE Corporation.
+*
+* File Name: drvs_nv.h
+* File Mark:
+* Description: Provide audio NV function prototype declaration and type declaration. The audio NV type declaration is moved from eep.h.
+* Others:
+* Version: v0.5
+* Author: zhouqi
+* Date: 2013-05-8
+*
+* History 1:
+* Date:2013-07-23
+* Version:
+* Author:geanfeng
+* Modification:add NV macro
+* History 2:
+**********************************************************************/
+
+#ifndef _DRVS_NV_H
+#define _DRVS_NV_H
+/****************************************************************************
+* Include files
+****************************************************************************/
+#include "drvs_general.h"
+/****************************************************************************
+* Macros
+****************************************************************************/
+/****************************************************************************
+* Types
+****************************************************************************/
+/****************************************************************************
+* Constants
+****************************************************************************/
+
+/****************************************************************************
+* Global Variables
+****************************************************************************/
+
+/****************************************************************************
+* Function Prototypes
+****************************************************************************/
+/**************************************************************************
+* Function: zDrvNand_ChangeNvrAttr
+* Description: ÉèÖÃNV_R·ÖÇøµÄ¶ÁдÊôÐÔ£¬Ä¬ÈÏΪֻ¶Á
+* Parameters:
+* Input:
+*
+* Output: None
+* Returns:
+*
+*
+* Others: ĬÈÏֵΪ 0x0 Ö»¶Á
+ 0x1 ¶Áд
+**************************************************************************/
+SINT32 zDrvNand_ChangeNvrAttr( UINT32 rw );
+
+#endif /* _DRVS_NV_H */
+