| /*********************************************************************** | |
| * 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 */ | |