aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/vhost/vsock.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/vhost/vsock.h')
-rw-r--r--drivers/vhost/vsock.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/vhost/vsock.h b/drivers/vhost/vsock.h
new file mode 100644
index 000000000000..0ddb107b86ca
--- /dev/null
+++ b/drivers/vhost/vsock.h
@@ -0,0 +1,4 @@
+#ifndef VHOST_VSOCK_H
+#define VHOST_VSOCK_H
+#define VHOST_VSOCK_SET_GUEST_CID _IOW(VHOST_VIRTIO, 0x60, __u32)
+#endif