mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
button-target.h : move prototypes to button.h
no need to define BUTTON_REMOTE anymore git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31620 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
63ead774d5
commit
95cf63b294
68 changed files with 27 additions and 502 deletions
|
|
@ -24,11 +24,6 @@
|
|||
|
||||
#define HAS_BUTTON_HOLD
|
||||
|
||||
#define button_init_device()
|
||||
|
||||
bool button_hold(void);
|
||||
int button_read_device(void);
|
||||
|
||||
/* Main unit's buttons */
|
||||
|
||||
#define BUTTON_VOL_DOWN 0x00000001
|
||||
|
|
@ -50,9 +45,6 @@ int button_read_device(void);
|
|||
|
||||
#define BUTTON_MAIN 0x00000FFF
|
||||
|
||||
/* No Remote control */
|
||||
#define BUTTON_REMOTE 0
|
||||
|
||||
#define POWEROFF_BUTTON BUTTON_POWER
|
||||
#define POWEROFF_COUNT 10
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue