diff options
Diffstat (limited to 'tools/env/fw_env.c')
-rw-r--r-- | tools/env/fw_env.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/env/fw_env.c b/tools/env/fw_env.c index 5c7505c..1420ac5 100644 --- a/tools/env/fw_env.c +++ b/tools/env/fw_env.c @@ -35,6 +35,10 @@ #include "fw_env.h" +struct common_args common_args; +struct printenv_args printenv_args; +struct setenv_args setenv_args; + #define DIV_ROUND_UP(n, d) (((n) + (d) - 1) / (d)) #define min(x, y) ({ \ |