summaryrefslogtreecommitdiff
path: root/apps/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.h')
-rw-r--r--apps/plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugin.h b/apps/plugin.h
index 5b5215f9e9..6fad78edd7 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -354,7 +354,7 @@ struct plugin_api {
354#endif 354#endif
355 void (*queue_init)(struct event_queue *q, bool register_queue); 355 void (*queue_init)(struct event_queue *q, bool register_queue);
356 void (*queue_delete)(struct event_queue *q); 356 void (*queue_delete)(struct event_queue *q);
357 void (*queue_post)(struct event_queue *q, long id, void *data); 357 void (*queue_post)(struct event_queue *q, long id, intptr_t data);
358 void (*queue_wait_w_tmo)(struct event_queue *q, struct event *ev, 358 void (*queue_wait_w_tmo)(struct event_queue *q, struct event *ev,
359 int ticks); 359 int ticks);
360 void (*usb_acknowledge)(long id); 360 void (*usb_acknowledge)(long id);