virtio_console: virtio 1.0 support
[deliverable/linux.git] / include / uapi / linux / virtio_console.h
index ba260dd0b33aece9b8ba983b9914583ff7b48e6c..b7fb108c93109ea2c1f25fa3c20dc11bdc1d9c87 100644 (file)
@@ -32,6 +32,7 @@
 #ifndef _UAPI_LINUX_VIRTIO_CONSOLE_H
 #define _UAPI_LINUX_VIRTIO_CONSOLE_H
 #include <linux/types.h>
+#include <linux/virtio_types.h>
 #include <linux/virtio_ids.h>
 #include <linux/virtio_config.h>
 
@@ -58,9 +59,9 @@ struct virtio_console_config {
  * particular port.
  */
 struct virtio_console_control {
-       __u32 id;               /* Port number */
-       __u16 event;            /* The kind of control event (see below) */
-       __u16 value;            /* Extra information for the key */
+       __virtio32 id;          /* Port number */
+       __virtio16 event;       /* The kind of control event (see below) */
+       __virtio16 value;       /* Extra information for the key */
 };
 
 /* Some events for control messages */
This page took 0.026791 seconds and 5 git commands to generate.