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

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

Merge "haven: touch: add touch notify tag for memory sharing"

parents d8294b02 b2e67efd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -14,6 +14,7 @@

enum hh_irq_label {
	HH_IRQ_LABEL_SDE,
	HH_IRQ_LABEL_TRUSTED_TOUCH,
	HH_IRQ_LABEL_MAX
};

+1 −0
Original line number Diff line number Diff line
@@ -14,6 +14,7 @@

enum hh_mem_notifier_tag {
	HH_MEM_NOTIFIER_TAG_DISPLAY,
	HH_MEM_NOTIFIER_TAG_TOUCH,
	HH_MEM_NOTIFIER_TAG_MAX
};