summaryrefslogtreecommitdiff
path: root/yaffs_nameval.h
diff options
context:
space:
mode:
Diffstat (limited to 'yaffs_nameval.h')
-rw-r--r--yaffs_nameval.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/yaffs_nameval.h b/yaffs_nameval.h
index ad81005..102c1c0 100644
--- a/yaffs_nameval.h
+++ b/yaffs_nameval.h
@@ -1,9 +1,6 @@
#ifndef __NAMEVAL_H__
#define __NAMEVAL_H__
-#define NVAL_CREATE 0x01
-#define NVAL_REPLACE 0x02
-
int nval_del(char *xb, int xb_size, const char *name);
int nval_set(char *xb, int xb_size, const char *name, const char *buf, int bsize, int flags);
int nval_get(const char *xb, int xb_size, const char *name, char *buf, int bsize);