summaryrefslogtreecommitdiff
path: root/code/fe310/eos/event.h
diff options
context:
space:
mode:
authorUros Majstorovic <majstor@majstor.org>2020-01-28 19:25:20 +0100
committerUros Majstorovic <majstor@majstor.org>2020-01-28 19:25:20 +0100
commit15bddabc5cbe0e751fadcaaa7f7c7c36bca61331 (patch)
treef1c1351a9ed0acb426914ee92cd7b2b917fd9ee4 /code/fe310/eos/event.h
parent445d72abf487dc325ccbde1e3a12d1c4cf695a6a (diff)
eve logng press event added
Diffstat (limited to 'code/fe310/eos/event.h')
-rw-r--r--code/fe310/eos/event.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/code/fe310/eos/event.h b/code/fe310/eos/event.h
index 6beb263..a706412 100644
--- a/code/fe310/eos/event.h
+++ b/code/fe310/eos/event.h
@@ -9,8 +9,8 @@ int eos_evtq_push(unsigned char type, unsigned char *buffer, uint16_t len);
int eos_evtq_push_isr(unsigned char type, unsigned char *buffer, uint16_t len);
void eos_evtq_pop(unsigned char *type, unsigned char **buffer, uint16_t *len);
void eos_evtq_bad_handler(unsigned char type, unsigned char *buffer, uint16_t len);
-void eos_evtq_set_handler(unsigned char type, eos_evt_fptr_t handler);
-void eos_evtq_set_flags(unsigned char type, uint8_t flags);
+void eos_evtq_set_handler(unsigned char type, eos_evt_fptr_t handler, uint8_t flags);
+void eos_evtq_set_hflags(unsigned char type, uint8_t flags);
void eos_evtq_get(unsigned char type, unsigned char *selector, uint16_t sel_len, unsigned char **buffer, uint16_t *len);
void eos_evtq_loop(void);