Merge "msm: ipa: Rmnet CV2X header file changes"

This commit is contained in:
qctecmdr 2023-01-23 13:30:20 -08:00 committed by Gerrit - the friendly Code Review server
commit 0b52a8030f

View File

@ -1,6 +1,7 @@
/* 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;
};
/**