commit | f05fa9205e04986176dc7ab8b710bcb5fbe9f338 | [log] [tgz] |
---|---|---|
author | Petri Lehtinen <petri.lehtinen@inoi.fi> | Thu Jan 29 10:35:40 2009 +0200 |
committer | Wolfgang Denk <wd@denx.de> | Wed Feb 18 00:48:42 2009 +0100 |
tree | e7d559694462f56ca6a875dec9aacecc1be82385 | |
parent | bdab39d358e63aa47f400a8a76b8d5f283842df3 [diff] |
include/image.h: Ease grepping of image_* functions Because the functions have been defined using macros, grepping for their definitions is not possible. This patch adds the real function names in comments. Signed-off-by: Petri Lehtinen <petri.lehtinen@inoi.fi> Acked-by: Mike Frysinger <vapier@gentoo.org>