summaryrefslogtreecommitdiff
path: root/firmware/target/arm/philips/hdd1630/button-target.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/philips/hdd1630/button-target.h')
-rwxr-xr-xfirmware/target/arm/philips/hdd1630/button-target.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/target/arm/philips/hdd1630/button-target.h b/firmware/target/arm/philips/hdd1630/button-target.h
index 65cc4539cf..cd5b13775e 100755
--- a/firmware/target/arm/philips/hdd1630/button-target.h
+++ b/firmware/target/arm/philips/hdd1630/button-target.h
@@ -31,6 +31,10 @@ bool button_hold(void);
31void button_init_device(void); 31void button_init_device(void);
32int button_read_device(void); 32int button_read_device(void);
33 33
34#ifndef BOOTLOADER
35void button_int(void);
36#endif
37
34/* Main unit's buttons */ 38/* Main unit's buttons */
35#define BUTTON_POWER 0x00000001 39#define BUTTON_POWER 0x00000001
36#define BUTTON_PLAYLIST 0x00000002 40#define BUTTON_PLAYLIST 0x00000002