]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blobdiff - drivers/bus/mhi/core/internal.h
bus: mhi: core: Download AMSS image from appropriate function
[mirror_ubuntu-hirsute-kernel.git] / drivers / bus / mhi / core / internal.h
index 6f80ec30c0cdcc342ad0faa128bda13e13b96473..6f37439e52472c6cd9b6ee6601aa7e15c206d7c6 100644 (file)
@@ -619,6 +619,7 @@ int mhi_pm_m3_transition(struct mhi_controller *mhi_cntrl);
 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);
 static inline bool mhi_is_active(struct mhi_controller *mhi_cntrl)
 {
        return (mhi_cntrl->dev_state >= MHI_STATE_M0 &&