remote_detect(): move to lcd-remote.h

Reorganize lcd-remote.h so it works for iaudio-m3 too

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31605 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Rafaël Carré 2012-01-07 19:07:36 +00:00
parent 666f2e61f0
commit 50f96943be
8 changed files with 61 additions and 62 deletions

View file

@ -24,7 +24,7 @@
#include "button.h"
#include "backlight.h"
#include "adc.h"
#include "lcd-remote-target.h"
#include "lcd-remote.h"
static bool hold_button = false;
static bool remote_hold_button = false;