From f35197dfe108919f817b2fad3ba673dac6337882 Mon Sep 17 00:00:00 2001 From: "syeon.hwang" Date: Thu, 10 Jan 2013 18:52:15 +0900 Subject: [PATCH] emulator: Fix compilation warning Fix compilation warning: virtio-esm, virtio-pci Signed-off-by: syeon.hwang --- tizen/src/hw/maru_virtio_esm.c | 3 ++- tizen/src/hw/maru_virtio_touchscreen.h | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/tizen/src/hw/maru_virtio_esm.c b/tizen/src/hw/maru_virtio_esm.c index 5969c40..325dba5 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 2e1101b..ad7756c 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); -- 2.7.4