summaryrefslogtreecommitdiff
path: root/usb-i2c-sl018/eventqueue.h
diff options
context:
space:
mode:
Diffstat (limited to 'usb-i2c-sl018/eventqueue.h')
-rw-r--r--usb-i2c-sl018/eventqueue.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/usb-i2c-sl018/eventqueue.h b/usb-i2c-sl018/eventqueue.h
index fa2929b..35c1fa1 100644
--- a/usb-i2c-sl018/eventqueue.h
+++ b/usb-i2c-sl018/eventqueue.h
@@ -29,5 +29,6 @@ typedef enum { none, cmd_open, cmd_close, cmd_toggle, btn_toggle, card, close_fi
void init_eventqueue(void);
event_t eventqueue_pop(void);
void eventqueue_push(event_t);
+const char* event_to_string(event_t event);
#endif