summaryrefslogtreecommitdiff
path: root/include/part.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/part.h')
-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 */