summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2017-12-12 20:14:34 -0500
committerMichael Sevakis <jethead71@rockbox.org>2017-12-12 20:28:56 -0500
commitc8564f1ca8287eba9220df191d13c949bb49c8ce (patch)
tree7428918a9a6660dd53eefc7bf2be047e9eddccf0 /firmware/export
parent838ff9c67d4ade0e0e0ee7132eb933a7c861d384 (diff)
Get voice event out of playback.c
Purpose: A step in removing all voice references from playback code and prelude to other changes. Change-Id: Ic3ad7f7a33b979693e18a3456ced37eb1d2281a4
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/events.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/export/events.h b/firmware/export/events.h
index fd7f9df42e..4591058d4f 100644
--- a/firmware/export/events.h
+++ b/firmware/export/events.h
@@ -51,6 +51,7 @@
#define EVENT_CLASS_GUI 0x0800
#define EVENT_CLASS_RECORDING 0x1000
#define EVENT_CLASS_LCD 0x2000
+#define EVENT_CLASS_VOICE 0x4000
/**
* Subscribe to an event with a simple callback. The callback will be called