diff options
| author | Christian Gmeiner <christian.gmeiner@gmail.com> | 2005-04-19 11:34:22 +0000 |
|---|---|---|
| committer | Christian Gmeiner <christian.gmeiner@gmail.com> | 2005-04-19 11:34:22 +0000 |
| commit | ed0c8764c44ca5d651b08fdd19bb2597f3a8300b (patch) | |
| tree | 26d356a48691cc00f53214717f52e5568cc20446 /firmware/export | |
| parent | e5e08c7ee56ab3bb870bce452fe69cda2ae6749a (diff) | |
| download | rockbox-ed0c8764c44ca5d651b08fdd19bb2597f3a8300b.zip rockbox-ed0c8764c44ca5d651b08fdd19bb2597f3a8300b.tar.gz rockbox-ed0c8764c44ca5d651b08fdd19bb2597f3a8300b.tar.bz2 rockbox-ed0c8764c44ca5d651b08fdd19bb2597f3a8300b.tar.xz | |
iRiver: added support for hold-button on main unit and remote control
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6320 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
| -rw-r--r-- | firmware/export/button.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/export/button.h b/firmware/export/button.h index 5b76e50..5b55cc5 100644 --- a/firmware/export/button.h +++ b/firmware/export/button.h @@ -36,6 +36,7 @@ void button_set_flip(bool flip); /* turn 180 degrees */ #if CONFIG_KEYPAD == IRIVER_H100_PAD bool button_hold(void); +bool remote_button_hold(void); #endif #define BUTTON_NONE 0x0000 |