env: Move callback definitions to env.h
authorSimon Glass <sjg@chromium.org>
Thu, 1 Aug 2019 15:47:05 +0000 (09:47 -0600)
committerTom Rini <trini@konsulko.com>
Sun, 11 Aug 2019 20:43:41 +0000 (16:43 -0400)
commit02cf9334280046e6b07ba304e7da2a273e445d5b
treec6d1384beaafab012864f1d1d2629f96d9b60380
parentdb19701039bc78b5870d74e0d7ecaf4f9e4d8d87
env: Move callback definitions to env.h

These definitions are effectively part of the 'public' API of the
environment implementation since they do not require access to any
internal variables. Move them to the env.h header.

Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
include/env.h
include/env_callback.h
include/search.h