diff options
| author | Linux Build Service Account <lnxbuild@quicinc.com> | 2017-06-05 04:34:36 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-06-05 04:34:35 -0700 |
| commit | 1ef397af3d83f3e9b8b05e067697dc09f5091f89 (patch) | |
| tree | 02ecbf647231c464a6fa7147268e0e3b3b66ed0e /include/linux | |
| parent | 3ae760a4bb841156e694f68b6d74a1beff44c19a (diff) | |
| parent | 422f64451504c8683b8024732f4a94fbd063b345 (diff) | |
Merge "mhi: core: Bind devices with variable PCIe device IDs with same device node"
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/msm_mhi.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/msm_mhi.h b/include/linux/msm_mhi.h index e655f7397527..01fe2e78b9d5 100644 --- a/include/linux/msm_mhi.h +++ b/include/linux/msm_mhi.h @@ -81,6 +81,7 @@ enum MHI_CB_REASON { MHI_CB_MHI_SHUTDOWN, MHI_CB_SYS_ERROR, MHI_CB_RDDM, + MHI_CB_MHI_PROBED, }; enum MHI_FLAGS { @@ -119,6 +120,7 @@ struct mhi_client_handle { u32 domain; u32 bus; u32 slot; + bool enabled; struct mhi_client_config *client_config; }; |
