Merge with git://www.denx.de/git/u-boot.git
[platform/kernel/u-boot.git] / include / common.h
index a822d28..27a660a 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>