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

Commit 40935a9a authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: IPA: fix the QMI response mismatch between Q6 and AP"

parents f530f319 8aaf6a09
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
/* Copyright (c) 2013-2018, The Linux Foundation. All rights reserved.
/* Copyright (c) 2013-2019, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -92,8 +92,8 @@ enum ipa_qmi_error_type_v01 {
};

struct ipa_qmi_response_type_v01 {
	enum ipa_qmi_result_type_v01 result;
	enum ipa_qmi_error_type_v01 error;
	uint16_t result;
	uint16_t error;
};

enum ipa_platform_type_enum_v01 {