]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit5a904a24fdb328fd6d2f328954a6ed628c8479c2
treec6d1384beaafab012864f1d1d2629f96d9b60380
parent3e5e71d1a33cbd6f65c778cf50f6d32ccd477cbc
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