]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/environment.h
New implementation for internal handling of environment variables.
[karo-tx-uboot.git] / include / environment.h
index fbccf6ab0c442745ed194a18d62bcbeb70693ad7..bedbc5424202595c81d10db310de39906c3d93b9 100644 (file)
@@ -160,6 +160,9 @@ unsigned char env_get_char_memory (int index);
 void env_crc_update (void);
 
 /* [re]set to the default environment */
-void set_default_env(void);
+void set_default_env(const char *s);
+
+/* Import from binary representation into hash table */
+int env_import(const char *buf, int check);
 
 #endif /* _ENVIRONMENT_H_ */