···11+/*22+ * Definitions for virtio-ccw devices.33+ *44+ * Copyright IBM Corp. 201355+ *66+ * This program is free software; you can redistribute it and/or modify77+ * it under the terms of the GNU General Public License (version 2 only)88+ * as published by the Free Software Foundation.99+ *1010+ * Author(s): Cornelia Huck <cornelia.huck@de.ibm.com>1111+ */1212+#ifndef __KVM_VIRTIO_CCW_H1313+#define __KVM_VIRTIO_CCW_H1414+1515+/* Alignment of vring buffers. */1616+#define KVM_VIRTIO_CCW_RING_ALIGN 40961717+1818+/* Subcode for diagnose 500 (virtio hypercall). */1919+#define KVM_S390_VIRTIO_CCW_NOTIFY 32020+2121+#endif