make lt_dfbinput a c++ file

this allows to put the videowatchdog into the same thread later
This commit is contained in:
Stefan Seyfried
2012-01-14 13:47:56 +01:00
parent 50a041083f
commit 02ef55e312
3 changed files with 3 additions and 3 deletions

View File

@@ -15,8 +15,8 @@ extern "C" {
#include <tdpanel/ir_ruwido.h>
#include <hardware/avs/avs_inf.h>
#include <hardware/avs/bios_system_config.h>
#include "lt_dfbinput.h"
}
#include "lt_dfbinput.h"
#include "lt_debug.h"
#define lt_debug(args...) _lt_debug(TRIPLE_DEBUG_INIT, NULL, args)