A function for I386 target was not included in the TARGET_I386 bracket.
That is why compile error happened on ARM.
Change-Id: I894f8ebf1a7d1b455841644b5b556d50e878a244
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
QDECREF(qdict);
}
-#endif
+int mloop_evcmd_get_hostkbd_status(void)
+{
+ return hostkbd ? 1 : 0;
+}
+#endif
static void mloop_evhandle_ramdump(struct mloop_evpack* pack)
{
usbdisk = (USBDevice *)dev;
}
-int mloop_evcmd_get_hostkbd_status(void)
-{
- return hostkbd ? 1 : 0;
-}
-
void mloop_evcmd_hwkey(int event_type, int keycode)
{
struct mloop_evpack pack;