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 5969c4024f7a723985fae18e29830f5708034103..325dba54e78c073979f33f77bde0b4dbad33239b 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 2e1101b2d9a93d7ea932a3889b1b922ed93758ba..ad7756cf2554f0331c9a942d199896fd098db94f 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);