commit | b55c74d0bcc9f0d0868e264af5f0afc47553af14 | [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 | 78dcaf4abf4244feeef334f5601d8112d9a2a7b1 [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>