diff options
author | Thomas Martitz <kugel@rockbox.org> | 2010-05-15 22:25:06 +0000 |
---|---|---|
committer | Thomas Martitz <kugel@rockbox.org> | 2010-05-15 22:25:06 +0000 |
commit | 06adb38326fc542e05799941ae59a13ba5c8ee86 (patch) | |
tree | 90b63fc6040bbcef1de19d85f530f4330a3a28b7 /firmware/target/hosted/sdl | |
parent | 3763ace3ec459b5dc7de796bd09d3f90b5dd69ba (diff) |
Fix last reds, database tool definitely needs rework.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26072 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/target/hosted/sdl')
-rw-r--r-- | firmware/target/hosted/sdl/button-sdl.h | 2 |
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 @@ #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__ */ |