summaryrefslogtreecommitdiff
path: root/firmware/export/button.h
diff options
context:
space:
mode:
authorRobert Kukla <roolku@rockbox.org>2007-10-09 20:42:20 +0000
committerRobert Kukla <roolku@rockbox.org>2007-10-09 20:42:20 +0000
commitfd3fe45bc14a0a540f2525102551c92a64a73b76 (patch)
tree1ef8103bbfa5b33f684a94bddc5ecb4685ec5e88 /firmware/export/button.h
parentce135909b9393d9824b3f69a70659400480cc069 (diff)
downloadrockbox-fd3fe45bc14a0a540f2525102551c92a64a73b76.tar.gz
rockbox-fd3fe45bc14a0a540f2525102551c92a64a73b76.zip
FS#7487 - mpegplayer - video start time seek with resume
by John S. Gwynne & Brian J. Morey This should stop the patch from breaking again and give them opportunity to improve it further. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15052 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/button.h')
-rw-r--r--firmware/export/button.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/export/button.h b/firmware/export/button.h
index 5322d814bf..881d7c424d 100644
--- a/firmware/export/button.h
+++ b/firmware/export/button.h
@@ -27,6 +27,7 @@
27extern struct event_queue button_queue; 27extern struct event_queue button_queue;
28 28
29void button_init (void); 29void button_init (void);
30int button_available(void);
30long button_get (bool block); 31long button_get (bool block);
31long button_get_w_tmo(int ticks); 32long button_get_w_tmo(int ticks);
32intptr_t button_get_data(void); 33intptr_t button_get_data(void);