diff options
Diffstat (limited to 'include/linux/soc/qcom/mdt_loader.h')
-rw-r--r-- | include/linux/soc/qcom/mdt_loader.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/soc/qcom/mdt_loader.h b/include/linux/soc/qcom/mdt_loader.h index 944b06aefb0f..e600baec6825 100644 --- a/include/linux/soc/qcom/mdt_loader.h +++ b/include/linux/soc/qcom/mdt_loader.h | |||
@@ -21,4 +21,6 @@ int qcom_mdt_load_no_init(struct device *dev, const struct firmware *fw, | |||
21 | const char *fw_name, int pas_id, void *mem_region, | 21 | const char *fw_name, int pas_id, void *mem_region, |
22 | phys_addr_t mem_phys, size_t mem_size, | 22 | phys_addr_t mem_phys, size_t mem_size, |
23 | phys_addr_t *reloc_base); | 23 | phys_addr_t *reloc_base); |
24 | void *qcom_mdt_read_metadata(const struct firmware *fw, size_t *data_len); | ||
25 | |||
24 | #endif | 26 | #endif |