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

Commit 53f0964d authored by Isaac J. Manjarres's avatar Isaac J. Manjarres
Browse files

haven: Add support for the mem-buf driver's message queue



Expose the label used for the mem-buf message queue.

Change-Id: I6f7c7629f9f6a4aefaea65653187ba210ef6ceb8
Signed-off-by: default avatarIsaac J. Manjarres <isaacm@codeaurora.org>
parent c58ff866
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -13,6 +13,7 @@

enum hh_msgq_label {
	HH_MSGQ_LABEL_RM,
	HH_MSGQ_LABEL_MEMBUF,
	HH_MSGQ_LABEL_MAX
};