summaryrefslogtreecommitdiff
path: root/firmware/target/sh/archos/recorder/button-target.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/sh/archos/recorder/button-target.h')
-rw-r--r--firmware/target/sh/archos/recorder/button-target.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/firmware/target/sh/archos/recorder/button-target.h b/firmware/target/sh/archos/recorder/button-target.h
index bcaf3f0049..f387fafe10 100644
--- a/firmware/target/sh/archos/recorder/button-target.h
+++ b/firmware/target/sh/archos/recorder/button-target.h
@@ -22,14 +22,8 @@
22#ifndef _BUTTON_TARGET_H_ 22#ifndef _BUTTON_TARGET_H_
23#define _BUTTON_TARGET_H_ 23#define _BUTTON_TARGET_H_
24 24
25#include <stdbool.h>
26#include "config.h"
27
28#define HAS_SERIAL_REMOTE 25#define HAS_SERIAL_REMOTE
29 26
30void button_init_device(void);
31int button_read_device(void);
32
33 /* Main unit's buttons */ 27 /* Main unit's buttons */
34#define BUTTON_ON 0x00000001 28#define BUTTON_ON 0x00000001
35#define BUTTON_OFF 0x00000002 29#define BUTTON_OFF 0x00000002