summaryrefslogtreecommitdiff
path: root/firmware/target/hosted/android/app/button-target.h
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2012-01-08 00:07:19 +0000
committerRafaël Carré <rafael.carre@gmail.com>2012-01-08 00:07:19 +0000
commit95cf63b294f3cbe2d4da60f32a35c7b07c4b74a3 (patch)
tree26527cbd96f62ff5a26d46e8b63be40e0a306084 /firmware/target/hosted/android/app/button-target.h
parent63ead774d534db1e07cdae3edb56655d43b19902 (diff)
downloadrockbox-95cf63b294f3cbe2d4da60f32a35c7b07c4b74a3.tar.gz
rockbox-95cf63b294f3cbe2d4da60f32a35c7b07c4b74a3.zip
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
Diffstat (limited to 'firmware/target/hosted/android/app/button-target.h')
-rw-r--r--firmware/target/hosted/android/app/button-target.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/firmware/target/hosted/android/app/button-target.h b/firmware/target/hosted/android/app/button-target.h
index b532c94f47..326d65872d 100644
--- a/firmware/target/hosted/android/app/button-target.h
+++ b/firmware/target/hosted/android/app/button-target.h
@@ -23,11 +23,7 @@
23#define _BUTTON_TARGET_H_ 23#define _BUTTON_TARGET_H_
24 24
25#include <stdbool.h> 25#include <stdbool.h>
26#include "config.h"
27 26
28#undef button_init_device
29void button_init_device(void);
30int button_read_device(int *data);
31unsigned multimedia_to_button(int keyboard_key); 27unsigned multimedia_to_button(int keyboard_key);
32unsigned dpad_to_button(int keyboard_key); 28unsigned dpad_to_button(int keyboard_key);
33void android_ignore_back_button(bool yes); 29void android_ignore_back_button(bool yes);
@@ -61,8 +57,5 @@ void android_ignore_back_button(bool yes);
61#define BUTTON_BOTTOMRIGHT 0x00100000 57#define BUTTON_BOTTOMRIGHT 0x00100000
62 58
63#define BUTTON_FORCE_REDRAW 0x00200000 59#define BUTTON_FORCE_REDRAW 0x00200000
64
65/* No remote */
66#define BUTTON_REMOTE 0
67 60
68#endif /* _BUTTON_TARGET_H_ */ 61#endif /* _BUTTON_TARGET_H_ */