summaryrefslogtreecommitdiff
path: root/mhi/core/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'mhi/core/internal.h')
-rw-r--r--mhi/core/internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mhi/core/internal.h b/mhi/core/internal.h
index 293e4a8..b53c8e3 100644
--- a/mhi/core/internal.h
+++ b/mhi/core/internal.h
@@ -638,6 +638,7 @@ int __mhi_device_get_sync(struct mhi_controller *mhi_cntrl);
int mhi_send_cmd(struct mhi_controller *mhi_cntrl, struct mhi_chan *mhi_chan,
enum mhi_cmd_type cmd);
int mhi_download_amss_image(struct mhi_controller *mhi_cntrl);
+int mhi_rddm_download_status(struct mhi_controller *mhi_cntrl);
static inline bool mhi_is_active(struct mhi_controller *mhi_cntrl)
{
return (mhi_cntrl->dev_state >= MHI_STATE_M0 &&