From: syeon.hwang Date: Fri, 14 Dec 2012 11:33:25 +0000 (+0900) Subject: virtio-esm: Add function prototypt to virtio.h X-Git-Tag: Tizen_Studio_1.3_Release_p2.3.1~1278^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e3517bf343d1baa3538492141007b723a5ba889b;p=sdk%2Femulator%2Fqemu.git virtio-esm: Add function prototypt to virtio.h Avoid truncate 64bit pointer to 32bit on 64bit host machine. Signed-off-by: SeokYeon Hwang --- diff --git a/hw/virtio.h b/hw/virtio.h index 43d02bc1eb..2e6d030007 100644 --- a/hw/virtio.h +++ b/hw/virtio.h @@ -220,6 +220,8 @@ void virtio_scsi_exit(VirtIODevice *vdev); #ifdef CONFIG_MARU VirtIODevice *maru_virtio_touchscreen_init(DeviceState *dev); void maru_virtio_touchscreen_exit(VirtIODevice *vdev); +VirtIODevice *virtio_esm_init(DeviceState *dev); +void virtio_esm_exit(VirtIODevice *vdev); #endif