aboutsummaryrefslogtreecommitdiff
path: root/include/env_attr.h
AgeCommit message (Collapse)AuthorFilesLines
2015-05-21env: Allow env_attr_walk to pass a priv * to callbackJoe Hershberger1-5/+5
In some cases it can be helpful to have context in the callback about the calling situation. This is needed for following patches. Signed-off-by: Joe Hershberger <joe.hershberger@ni.com> Reviewed-by: Simon Glass <sjg@chromium.org>
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
Signed-off-by: Wolfgang Denk <wd@denx.de> [trini: Fixup common/cmd_io.c] Signed-off-by: Tom Rini <trini@ti.com>
2012-12-13env: Add support for callbacks to environment varsJoe Hershberger1-0/+55
Add support for per-variable callbacks to the "hashtable" functions. Signed-off-by: Joe Hershberger <joe.hershberger@ni.com> !!!fix comment in callback