]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
include/image.h: Ease grepping of image_* functions
authorPetri Lehtinen <petri.lehtinen@inoi.fi>
Thu, 29 Jan 2009 08:35:40 +0000 (10:35 +0200)
committerWolfgang Denk <wd@denx.de>
Tue, 17 Feb 2009 23:48:42 +0000 (00:48 +0100)
commitf05fa9205e04986176dc7ab8b710bcb5fbe9f338
treee7d559694462f56ca6a875dec9aacecc1be82385
parentbdab39d358e63aa47f400a8a76b8d5f283842df3
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>
include/image.h