[T106][ZXW-22]7520V3SCV2.01.01.02P42U09_VEC_V0.8_AP_VEC origin source commit
Change-Id: Ic6e05d89ecd62fc34f82b23dcf306c93764aec4b
diff --git a/ap/lib/libnvram/nv_api.h b/ap/lib/libnvram/nv_api.h
new file mode 100755
index 0000000..53bebca
--- /dev/null
+++ b/ap/lib/libnvram/nv_api.h
@@ -0,0 +1,46 @@
+/*******************************************************************************
+* °æÈ¨ËùÓÐ (C)2016, ÖÐÐËͨѶ¹É·ÝÓÐÏÞ¹«Ë¾¡£
+*
+* ÎļþÃû³Æ: nv_api.h
+* Îļþ±êʶ: nv_api.h
+* ÄÚÈÝÕªÒª: nv½Ó¿ÚÉùÃ÷Í·Îļþ
+* ʹÓ÷½·¨: #include <nv_api.h>
+*
+* ÐÞ¸ÄÈÕÆÚ °æ±¾ºÅ Ð޸ıê¼Ç ÐÞ¸ÄÈË ÐÞ¸ÄÄÚÈÝ
+* ------------------------------------------------------------------------------
+* 2016/09/20 V1.0 Create ÍõÇæ ´´½¨
+*
+*******************************************************************************/
+#ifndef _NV_API_H
+#define _NV_API_H
+
+/*******************************************************************************
+* Í·Îļþ *
+*******************************************************************************/
+#include "nv_typedef.h"
+
+/*******************************************************************************
+* ºê¶¨Òå *
+*******************************************************************************/
+
+/*******************************************************************************
+* Êý¾ÝÀàÐͶ¨Òå *
+*******************************************************************************/
+
+/*******************************************************************************
+* È«¾Ö±äÁ¿ÉùÃ÷ *
+*******************************************************************************/
+
+/*******************************************************************************
+* È«¾Öº¯ÊýÉùÃ÷ *
+*******************************************************************************/
+int nv_get_item(char * file, char * key, char * buf, int len);
+int nv_set_item(char * file, char * key, char * value, int saveFlag);
+int nv_delete_item(char * file, char * key);
+int nv_clear(char * file);
+int nv_reset(char * file);
+int nv_show(char * file);
+int nv_commit(char * file);
+
+#endif
+