diff options
Diffstat (limited to 'firmware/target/arm/philips/hdd1630/button-target.h')
-rwxr-xr-x | firmware/target/arm/philips/hdd1630/button-target.h | 4 |
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); | |||
31 | void button_init_device(void); | 31 | void button_init_device(void); |
32 | int button_read_device(void); | 32 | int button_read_device(void); |
33 | 33 | ||
34 | #ifndef BOOTLOADER | ||
35 | void 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 |