summaryrefslogtreecommitdiff
path: root/code/fe310/eos/event.h
diff options
context:
space:
mode:
authorUros Majstorovic <majstor@majstor.org>2019-08-30 13:38:17 +0200
committerUros Majstorovic <majstor@majstor.org>2019-08-30 13:38:17 +0200
commit37a18889be8efa08c9e054014ca7058768b51a61 (patch)
tree717f965d550394b3ef473c1184e5a05391a53a48 /code/fe310/eos/event.h
parent0fdc7ebc120b99bef9338630e954e773acf15018 (diff)
event flags cleanup; added user event type
Diffstat (limited to 'code/fe310/eos/event.h')
-rw-r--r--code/fe310/eos/event.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/code/fe310/eos/event.h b/code/fe310/eos/event.h
index 2dee419..8215d2b 100644
--- a/code/fe310/eos/event.h
+++ b/code/fe310/eos/event.h
@@ -8,7 +8,5 @@ void eos_evtq_init(void);
int eos_evtq_push(unsigned char cmd, unsigned char *buffer, uint16_t len);
void eos_evtq_pop(unsigned char *cmd, unsigned char **buffer, uint16_t *len);
void eos_evtq_bad_handler(unsigned char cmd, unsigned char *buffer, uint16_t len);
-void eos_evtq_handler_wrapper(unsigned char cmd, unsigned char *buffer, uint16_t len, uint16_t *flags_acq, uint16_t flag, eos_evt_fptr_t f);
-void eos_evtq_handle(unsigned char cmd, unsigned char *buffer, uint16_t len);
-void eos_evtq_loop(void);
void eos_evtq_set_handler(unsigned char cmd, eos_evt_fptr_t handler, uint8_t flags);
+void eos_evtq_loop(void);