summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMikael Larsson <mikael.xt.larsson@stericsson.com>2010-10-15 15:52:56 +0200
committerMichael BRANDT <michael.brandt@stericsson.com>2010-11-04 09:02:54 +0100
commit14129f63eabe353023eccc443e36f7229d73cd71 (patch)
tree03d49fbca68dc979887b2567e49c7b763414c09a /include
parentb7642c0bdf7560c5645eecd59d95760dacd451a4 (diff)
Generic toc loading
Adds generic toc loading so not all toc clients need to implement their own toc loader. ST-Ericsson ID: ER268766 Change-Id: Ib3b69df700a5167115aeb168006c24b76c39763f Signed-off-by: Mikael Larsson <mikael.xt.larsson@stericsson.com> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/6869 Reviewed-by: Sebastian RASMUSSEN <sebastian.rasmussen@stericsson.com> Reviewed-by: Michael BRANDT <michael.brandt@stericsson.com>
Diffstat (limited to 'include')
-rw-r--r--include/part.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/part.h b/include/part.h
index e627170eb..345d475e7 100644
--- a/include/part.h
+++ b/include/part.h
@@ -152,6 +152,8 @@ void print_part_toc (block_dev_desc_t *dev_desc);
int test_part_toc (block_dev_desc_t *dev_desc);
int get_entry_info_toc(block_dev_desc_t *dev_desc, const char *toc_id,
u32 *offset, u32 *size, u32 *loadaddr);
+int toc_load_toc_entry(block_dev_desc_t *dev_desc, const char *toc_id,
+ u32 offset, u32 size, u32 loadaddr);
#endif
#endif /* _PART_H */