From: syeon.hwang Date: Thu, 10 Jan 2013 09:52:15 +0000 (+0900) Subject: emulator: Fix compilation warning X-Git-Tag: Tizen_Studio_1.3_Release_p2.3.1~1200^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f35197dfe108919f817b2fad3ba673dac6337882;p=sdk%2Femulator%2Fqemu.git emulator: Fix compilation warning Fix compilation warning: virtio-esm, virtio-pci Signed-off-by: syeon.hwang --- diff --git a/tizen/src/hw/maru_virtio_esm.c b/tizen/src/hw/maru_virtio_esm.c index 5969c4024f..325dba54e7 100644 --- a/tizen/src/hw/maru_virtio_esm.c +++ b/tizen/src/hw/maru_virtio_esm.c @@ -28,7 +28,8 @@ #include "maru_device_ids.h" #include "maru_virtio_esm.h" -#include "tizen/src/debug_ch.h" +#include "skin/maruskin_server.h" +#include "debug_ch.h" MULTI_DEBUG_CHANNEL(qemu, virtio-esm); diff --git a/tizen/src/hw/maru_virtio_touchscreen.h b/tizen/src/hw/maru_virtio_touchscreen.h index 2e1101b2d9..ad7756cf25 100644 --- a/tizen/src/hw/maru_virtio_touchscreen.h +++ b/tizen/src/hw/maru_virtio_touchscreen.h @@ -51,6 +51,9 @@ typedef struct EmulTouchEvent { uint8_t state; } EmulTouchEvent; +VirtIODevice *maru_virtio_touchscreen_init(DeviceState *dev); +void maru_virtio_touchscreen_exit(VirtIODevice *vdev); + void virtio_touchscreen_event(void *opaque, int x, int y, int z, int buttons_state); void maru_virtio_touchscreen_notify(void);