Signed-off-by: Lucas Stach <l.stach@xxxxxxxxxxxxxx> --- include/globalvar.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/globalvar.h b/include/globalvar.h index d0c79c07a818..e94e9ed6ee88 100644 --- a/include/globalvar.h +++ b/include/globalvar.h @@ -137,6 +137,10 @@ static inline int globalvar_add(const char *name, return 0; } +static inline void globalvar_remove(const char *name) {} + +static inline void globalvar_print(void) {} + static inline char *globalvar_get_match(const char *match, const char *separator) { return NULL; -- 2.8.1 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox