virtio-esm: Add function prototypt to virtio.h
authorsyeon.hwang <syeon.hwang@samsung.com>
Fri, 14 Dec 2012 11:33:25 +0000 (20:33 +0900)
committersyeon.hwang <syeon.hwang@samsung.com>
Fri, 14 Dec 2012 11:33:25 +0000 (20:33 +0900)
Avoid truncate 64bit pointer to 32bit on 64bit host machine.

Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
hw/virtio.h

index 43d02bc1eb32d772e475a13f4dd549f179c0dffb..2e6d030007030fdf6d3cc37e7514b286e702bfef 100644 (file)
@@ -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