Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bf7fb6ca authored by Vinayaka B M's avatar Vinayaka B M Committed by Gerrit - the friendly Code Review server
Browse files

msm: ipa: Rmnet CV2X header file changes



Modify code to support additional rmnet_cv2x teth
interface.

Original 2779101.

Change-Id: I5cd9b07036c5c4d1e1df9e6d996b358057c58635
Signed-off-by: default avatarVinayaka B M <quic_vinaybm@quicinc.com>
parent a5e69533
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
/* SPDX-License-Identifier: GPL-2.0-only */
/*
 * Copyright (c) 2012-2021, The Linux Foundation. All rights reserved.
 * Copyright (c) 2023, Qualcomm Innovation Center, Inc. All rights reserved.
 */

#ifndef _IPA_USB_H_
@@ -159,6 +160,7 @@ struct ipa_usb_xdci_chan_params {
	u64 data_buff_base_addr_iova;
	struct sg_table *sgt_xfer_rings;
	struct sg_table *sgt_data_buff;
	bool is_sw_path;
};

/**