summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h
index 771bb1930a..1911c3a1bc 100644
--- a/include/common.h
+++ b/include/common.h
@@ -307,6 +307,8 @@ int setenv (char *, char *);
/* Set environment to the default value */
void env_set_default(void);
+int setenv_ulong(const char *varname, ulong value);
+int setenv_addr(const char *varname, const void *addr);
#endif /* CONFIG_PPC */
#ifdef CONFIG_ARM
# include <asm/mach-types.h>