summaryrefslogtreecommitdiff
path: root/include/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h
index c037b36191..4fb8315d12 100644
--- a/include/common.h
+++ b/include/common.h
@@ -287,6 +287,9 @@ int saveenv (void);
int inline setenv (char *, char *);
#else
int setenv (char *, char *);
+
+/* Set environment to the default value */
+void env_set_default(void);
#endif /* CONFIG_PPC */
#ifdef CONFIG_ARM
# include <asm/mach-types.h>