emulator: Fix compilation warning
authorsyeon.hwang <syeon.hwang@samsung.com>
Thu, 10 Jan 2013 09:52:15 +0000 (18:52 +0900)
committersyeon.hwang <syeon.hwang@samsung.com>
Thu, 10 Jan 2013 09:52:15 +0000 (18:52 +0900)
Fix compilation warning: virtio-esm, virtio-pci

Signed-off-by: syeon.hwang <syeon.hwang@samsung.com>
tizen/src/hw/maru_virtio_esm.c
tizen/src/hw/maru_virtio_touchscreen.h

index 5969c40..325dba5 100644 (file)
@@ -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);
 
index 2e1101b..ad7756c 100644 (file)
@@ -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);