From 4e9ce8a65fe4510664822a2de4b0d2cf61859b6c Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Thu, 1 Aug 2019 09:46:58 -0600 Subject: env: Move env import/export functions to env.h Move these functions to the new header file. Acked-by: Joe Hershberger Signed-off-by: Simon Glass --- include/environment.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'include/environment.h') diff --git a/include/environment.h b/include/environment.h index b921b8f28ea..c740d5a2165 100644 --- a/include/environment.h +++ b/include/environment.h @@ -274,18 +274,6 @@ char *env_get_default(const char *name); /* [re]set to the default environment */ void set_default_env(const char *s, int flags); -/* Import from binary representation into hash table */ -int env_import(const char *buf, int check); - -/* Export from hash table into binary representation */ -int env_export(env_t *env_out); - -#ifdef CONFIG_SYS_REDUNDAND_ENVIRONMENT -/* Select and import one of two redundant environments */ -int env_import_redund(const char *buf1, int buf1_status, - const char *buf2, int buf2_status); -#endif - /** * env_get_char() - Get a character from the early environment * -- cgit v1.2.3