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

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

Merge "haven: display: add IRQ label for display"

parents 20163dcd 4fb4d222
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@
#include "hh_rm_drv.h"

enum hh_irq_label {
	HH_IRQ_LABEL_DUMMY, /* Remove me when you add a label! */
	HH_IRQ_LABEL_SDE,
	HH_IRQ_LABEL_MAX
};

+1 −0
Original line number Diff line number Diff line
@@ -13,6 +13,7 @@
#include <linux/types.h>

enum hh_mem_notifier_tag {
	HH_MEM_NOTIFIER_TAG_DISPLAY,
	HH_MEM_NOTIFIER_TAG_MAX
};