summaryrefslogtreecommitdiff
path: root/firmware/target/arm/imx31/gigabeat-s/button-target.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/imx31/gigabeat-s/button-target.h')
-rw-r--r--firmware/target/arm/imx31/gigabeat-s/button-target.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/firmware/target/arm/imx31/gigabeat-s/button-target.h b/firmware/target/arm/imx31/gigabeat-s/button-target.h
index 940ebac2f2..ce624ed6cc 100644
--- a/firmware/target/arm/imx31/gigabeat-s/button-target.h
+++ b/firmware/target/arm/imx31/gigabeat-s/button-target.h
@@ -21,7 +21,6 @@
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" 24#include "config.h"
26 25
27#define HAS_BUTTON_HOLD 26#define HAS_BUTTON_HOLD
@@ -30,10 +29,7 @@
30#define BUTTON_DRIVER_CLOSE 29#define BUTTON_DRIVER_CLOSE
31#endif 30#endif
32 31
33bool button_hold(void);
34void button_init_device(void);
35void button_close_device(void); 32void button_close_device(void);
36int button_read_device(void);
37void button_power_event(void); 33void button_power_event(void);
38void headphone_detect_event(void); 34void headphone_detect_event(void);
39void headphone_init(void); 35void headphone_init(void);