diff options
Diffstat (limited to 'firmware/target/hosted/agptek/button-target.h')
-rw-r--r-- | firmware/target/hosted/agptek/button-target.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/target/hosted/agptek/button-target.h b/firmware/target/hosted/agptek/button-target.h index e13891a554..66a29f60f7 100644 --- a/firmware/target/hosted/agptek/button-target.h +++ b/firmware/target/hosted/agptek/button-target.h | |||
@@ -39,5 +39,7 @@ | |||
39 | #define POWEROFF_BUTTON BUTTON_POWER | 39 | #define POWEROFF_BUTTON BUTTON_POWER |
40 | #define POWEROFF_COUNT 25 | 40 | #define POWEROFF_COUNT 25 |
41 | 41 | ||
42 | int button_map(int keycode); | ||
43 | |||
42 | #endif /* _BUTTON_TARGET_H_ */ | 44 | #endif /* _BUTTON_TARGET_H_ */ |
43 | 45 | ||