summaryrefslogtreecommitdiff
path: root/firmware/target/coldfire/iriver/button-target.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/coldfire/iriver/button-target.h')
-rw-r--r--firmware/target/coldfire/iriver/button-target.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/firmware/target/coldfire/iriver/button-target.h b/firmware/target/coldfire/iriver/button-target.h
index 4c15630e34..a677d042b3 100644
--- a/firmware/target/coldfire/iriver/button-target.h
+++ b/firmware/target/coldfire/iriver/button-target.h
@@ -24,17 +24,12 @@
24#ifndef _BUTTON_TARGET_H_ 24#ifndef _BUTTON_TARGET_H_
25#define _BUTTON_TARGET_H_ 25#define _BUTTON_TARGET_H_
26 26
27#include <stdbool.h>
28#include "config.h" 27#include "config.h"
28#include <stdbool.h>
29 29
30#define HAS_BUTTON_HOLD 30#define HAS_BUTTON_HOLD
31#define HAS_REMOTE_BUTTON_HOLD 31#define HAS_REMOTE_BUTTON_HOLD
32 32
33bool button_hold(void);
34bool remote_button_hold(void);
35bool remote_button_hold_only(void);
36void button_init_device(void);
37int button_read_device(void);
38#ifdef IRIVER_H300_SERIES 33#ifdef IRIVER_H300_SERIES
39void button_enable_scan(bool enable); 34void button_enable_scan(bool enable);
40bool button_scan_enabled(void); 35bool button_scan_enabled(void);