From 06adb38326fc542e05799941ae59a13ba5c8ee86 Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Sat, 15 May 2010 22:25:06 +0000 Subject: Fix last reds, database tool definitely needs rework. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26072 a1c6a512-1295-4272-9138-f99709370657 --- firmware/target/hosted/sdl/button-sdl.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'firmware/target/hosted/sdl') 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 @@ #include "config.h" bool button_hold(void); +#undef button_init_device void button_init_device(void); +int button_read_device(void); #endif /* __BUTTON_SDL_H__ */ -- cgit v1.2.3