env: Move env_get_f() to env.h

Move this function over to the new header file.

Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
This commit is contained in:
Simon Glass
2019-08-01 09:46:42 -06:00
committed by Tom Rini
parent f1f0ae6a9c
commit 3a7d55716d
22 changed files with 32 additions and 12 deletions

View File

@@ -5,6 +5,7 @@
*/
#include <common.h>
#include <env.h>
#include <stdio_dev.h>
#include <watchdog.h>
#include <div64.h>