hc
2024-01-05 071106ecf68c401173c58808b1cf5f68cc50d390
kernel/include/linux/mhi.h
....@@ -303,6 +303,7 @@
303303 * @rddm_size: RAM dump size that host should allocate for debugging purpose
304304 * @sbl_size: SBL image size downloaded through BHIe (optional)
305305 * @seg_len: BHIe vector size (optional)
306
+ * @reg_len: Length of the MHI MMIO region (required)
306307 * @fbc_image: Points to firmware image buffer
307308 * @rddm_image: Points to RAM dump buffer
308309 * @mhi_chan: Points to the channel configuration table
....@@ -383,6 +384,7 @@
383384 size_t rddm_size;
384385 size_t sbl_size;
385386 size_t seg_len;
387
+ size_t reg_len;
386388 struct image_info *fbc_image;
387389 struct image_info *rddm_image;
388390 struct mhi_chan *mhi_chan;