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

Commit 263c564b authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: ipa: Add flag to differentiate b/w gsi db or ddr address"

parents 64138190 60c017c5
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
/* SPDX-License-Identifier: GPL-2.0-only */
/*
 * Copyright (c) 2018 - 2019, The Linux Foundation. All rights reserved.
 * Copyright (c) 2018 - 2020, The Linux Foundation. All rights reserved.
 */

#ifndef _IPA_WDI3_H_
@@ -204,10 +204,12 @@ struct ipa_wdi_conn_in_params {
 *				to WLAN driver
 * @tx_uc_db_pa: physical address of IPA uC doorbell for TX
 * @rx_uc_db_pa: physical address of IPA uC doorbell for RX
 * @is_ddr_mapped: flag set to true if address is from DDR
 */
struct ipa_wdi_conn_out_params {
	phys_addr_t tx_uc_db_pa;
	phys_addr_t rx_uc_db_pa;
	bool is_ddr_mapped;
};

/**