summaryrefslogtreecommitdiff
path: root/firmware/target/coldfire/iaudio/button-target.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/coldfire/iaudio/button-target.h')
-rw-r--r--firmware/target/coldfire/iaudio/button-target.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/firmware/target/coldfire/iaudio/button-target.h b/firmware/target/coldfire/iaudio/button-target.h
index 0259ea2134..655a172404 100644
--- a/firmware/target/coldfire/iaudio/button-target.h
+++ b/firmware/target/coldfire/iaudio/button-target.h
@@ -21,16 +21,9 @@
21#ifndef _BUTTON_TARGET_H_ 21#ifndef _BUTTON_TARGET_H_
22#define _BUTTON_TARGET_H_ 22#define _BUTTON_TARGET_H_
23 23
24#include <stdbool.h>
25#include "config.h"
26
27#define HAS_BUTTON_HOLD 24#define HAS_BUTTON_HOLD
28#define HAS_REMOTE_BUTTON_HOLD 25#define HAS_REMOTE_BUTTON_HOLD
29 26
30bool button_hold(void);
31bool remote_button_hold(void);
32void button_init_device(void);
33int button_read_device(void);
34void button_enable_scan(bool enable); 27void button_enable_scan(bool enable);
35bool button_scan_enabled(void); 28bool button_scan_enabled(void);
36 29