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

Commit 3c081b5e authored by Chris Lew's avatar Chris Lew
Browse files

haven: doorbell: Add neuron and qrtr labels



Add labels for the neuron and qrtr labels. The neuron block protocol
requires two doorbell pairs and qrtr requires one doorbell pair.

Change-Id: I7d9c3da5ae620209b0d7a374bd487d567efbb97a
Signed-off-by: default avatarChris Lew <clew@codeaurora.org>
parent f9c0b494
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -13,6 +13,9 @@ typedef void (*dbl_rx_cb_t)(int irq, void *priv_data);

enum hh_dbl_label {
	HH_DBL_TUI_LABEL,
	HH_DBL_TUI_NEURON_BLK0,
	HH_DBL_TUI_NEURON_BLK1,
	HH_DBL_TUI_QRTR,
	HH_DBL_LABEL_MAX
};