]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/common.h
Merge with git://www.denx.de/git/u-boot.git
[people/ms/u-boot.git] / include / common.h
index a822d28d39043647491dfe13decec3612934338d..27a660a4d69d51d8e03d17b40198a31ed55712cc 100644 (file)
@@ -241,6 +241,9 @@ int saveenv      (void);
 void inline setenv   (char *, char *);
 #else
 void   setenv       (char *, char *);
+#ifdef CONFIG_HAS_UID
+void   forceenv     (char *, char *);
+#endif
 #endif /* CONFIG_PPC */
 #ifdef CONFIG_ARM
 # include <asm/mach-types.h>