From ed0c8764c44ca5d651b08fdd19bb2597f3a8300b Mon Sep 17 00:00:00 2001 From: Christian Gmeiner Date: Tue, 19 Apr 2005 11:34:22 +0000 Subject: 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 --- firmware/export/button.h | 1 + 1 file changed, 1 insertion(+) (limited to 'firmware/export/button.h') 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 -- cgit v1.1