Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) */
0002 /*
0003  * Definitions for virtio-ccw devices.
0004  *
0005  * Copyright IBM Corp. 2013
0006  *
0007  *  Author(s): Cornelia Huck <cornelia.huck@de.ibm.com>
0008  */
0009 #ifndef __KVM_VIRTIO_CCW_H
0010 #define __KVM_VIRTIO_CCW_H
0011 
0012 /* Alignment of vring buffers. */
0013 #define KVM_VIRTIO_CCW_RING_ALIGN 4096
0014 
0015 /* Subcode for diagnose 500 (virtio hypercall). */
0016 #define KVM_S390_VIRTIO_CCW_NOTIFY 3
0017 
0018 #endif