summaryrefslogtreecommitdiff
path: root/apps/plugins/rockboy/input.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/rockboy/input.h')
-rw-r--r--apps/plugins/rockboy/input.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/rockboy/input.h b/apps/plugins/rockboy/input.h
index 8c5fdf9352..b57404908d 100644
--- a/apps/plugins/rockboy/input.h
+++ b/apps/plugins/rockboy/input.h
@@ -18,7 +18,7 @@ typedef struct event_s
18#define EV_RELEASE 2 18#define EV_RELEASE 2
19#define EV_REPEAT 3 19#define EV_REPEAT 3
20 20
21int ev_postevent(event_t *ev); 21int ev_postevent(event_t *ev) ICODE_ATTR;
22int ev_getevent(event_t *ev); 22int ev_getevent(event_t *ev) ICODE_ATTR;
23 23
24 24