projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11c68ef
)
virtio-esm: Add function prototypt to virtio.h
author
syeon.hwang
<syeon.hwang@samsung.com>
Fri, 14 Dec 2012 11:33:25 +0000
(20:33 +0900)
committer
syeon.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
patch
|
blob
|
history
diff --git
a/hw/virtio.h
b/hw/virtio.h
index 43d02bc1eb32d772e475a13f4dd549f179c0dffb..2e6d030007030fdf6d3cc37e7514b286e702bfef 100644
(file)
--- 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