lh | 9ed821d | 2023-04-07 01:36:19 -0700 | [diff] [blame] | 1 | /***********************************************************************
|
| 2 | * Copyright (C) 2013, ZTE Corporation.
|
| 3 | *
|
| 4 | * File Name: drvs_nv.h
|
| 5 | * File Mark:
|
| 6 | * Description: Provide audio NV function prototype declaration and type declaration. The audio NV type declaration is moved from eep.h.
|
| 7 | * Others:
|
| 8 | * Version: v0.5
|
| 9 | * Author: zhouqi
|
| 10 | * Date: 2013-05-8
|
| 11 | *
|
| 12 | * History 1:
|
| 13 | * Date:2013-07-23
|
| 14 | * Version:
|
| 15 | * Author:geanfeng
|
| 16 | * Modification:add NV macro
|
| 17 | * History 2:
|
| 18 | **********************************************************************/
|
| 19 |
|
| 20 | #ifndef _DRVS_NV_H
|
| 21 | #define _DRVS_NV_H
|
| 22 | /****************************************************************************
|
| 23 | * Include files
|
| 24 | ****************************************************************************/
|
| 25 | #include "drvs_general.h"
|
| 26 | /****************************************************************************
|
| 27 | * Macros
|
| 28 | ****************************************************************************/
|
| 29 | /****************************************************************************
|
| 30 | * Types
|
| 31 | ****************************************************************************/
|
| 32 | /****************************************************************************
|
| 33 | * Constants
|
| 34 | ****************************************************************************/
|
| 35 |
|
| 36 | /****************************************************************************
|
| 37 | * Global Variables
|
| 38 | ****************************************************************************/
|
| 39 |
|
| 40 | /****************************************************************************
|
| 41 | * Function Prototypes
|
| 42 | ****************************************************************************/
|
| 43 | /**************************************************************************
|
| 44 | * Function: zDrvNand_ChangeNvrAttr
|
| 45 | * Description: ÉèÖÃNV_R·ÖÇøµÄ¶ÁдÊôÐÔ£¬Ä¬ÈÏΪֻ¶Á
|
| 46 | * Parameters:
|
| 47 | * Input:
|
| 48 | *
|
| 49 | * Output: None
|
| 50 | * Returns:
|
| 51 | *
|
| 52 | *
|
| 53 | * Others: ĬÈÏֵΪ 0x0 Ö»¶Á
|
| 54 | 0x1 ¶Áд
|
| 55 | **************************************************************************/
|
| 56 | SINT32 zDrvNand_ChangeNvrAttr( UINT32 rw );
|
| 57 |
|
| 58 | #endif /* _DRVS_NV_H */
|
| 59 |
|