summaryrefslogtreecommitdiff
path: root/firmware/target/hosted/sdl/button-sdl.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/hosted/sdl/button-sdl.h')
-rw-r--r--firmware/target/hosted/sdl/button-sdl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/target/hosted/sdl/button-sdl.h b/firmware/target/hosted/sdl/button-sdl.h
index 75a68c49bc..e61920cc04 100644
--- a/firmware/target/hosted/sdl/button-sdl.h
+++ b/firmware/target/hosted/sdl/button-sdl.h
@@ -27,6 +27,8 @@
27#include "config.h" 27#include "config.h"
28 28
29bool button_hold(void); 29bool button_hold(void);
30#undef button_init_device
30void button_init_device(void); 31void button_init_device(void);
32int button_read_device(void);
31 33
32#endif /* __BUTTON_SDL_H__ */ 34#endif /* __BUTTON_SDL_H__ */