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

Commit 14d3e63f authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "profiler: Fix compilation errors"

parents ce0bbf48 a8b8b854
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -82,11 +82,11 @@ struct tz_bw_svc_resp {
	enum tz_bw_svc_err status;
} __packed;

__packed union tz_bw_svc_req {
union tz_bw_svc_req {
	struct tz_bw_svc_start_req *start_req;
	struct tz_bw_svc_get_req *get_req;
	struct tz_bw_svc_stop_req *stop_req;
};
} __packed;

struct tz_bw_svc_buf {
	union tz_bw_svc_req bwreq;