tools: mkimage: Making table_entry code global
commit93f0dd9fb39c5f23b7f1cb47489aff3387392223
authorPrafulla Wadaskar <prafulla@marvell.com>
Tue, 28 Jul 2009 15:37:53 +0000 (28 21:07 +0530)
committerPrafulla Wadaskar <prafulla@server.marvell.com>
Fri, 31 Jul 2009 10:50:16 +0000 (31 03:50 -0700)
treedfcbff79f08e2c28b84d5fd68ed82f057c2e507f
parent4e40a7333912a7ba286d902fa0d57c0eef7ddbcf
tools: mkimage: Making table_entry code global

1. get_table_entry_id API made global
2. get_table_entry_name API made global
3. typedef table_entry_t moved to image.h

Currently it is used by image.c only
These APIs can be used by additional mkimage types supports
for ex. kwbimage, to use it the API is made global

Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
common/image.c
include/image.h