Jason J. Herne | 44445d8 | 2019-04-04 10:34:20 -0400 | [diff] [blame] | 1 | /* |
| 2 | * vfio based subchannel assignment support |
| 3 | * |
| 4 | * Copyright 2017, 2019 IBM Corp. |
| 5 | * Author(s): Dong Jia Shi <bjsdjshi@linux.vnet.ibm.com> |
| 6 | * Xiao Feng Ren <renxiaof@linux.vnet.ibm.com> |
| 7 | * Pierre Morel <pmorel@linux.vnet.ibm.com> |
| 8 | * |
| 9 | * This work is licensed under the terms of the GNU GPL, version 2 or (at |
| 10 | * your option) any later version. See the COPYING file in the top-level |
| 11 | * directory. |
| 12 | */ |
| 13 | |
| 14 | #ifndef HW_VFIO_CCW_H |
| 15 | #define HW_VFIO_CCW_H |
| 16 | |
| 17 | #include "hw/vfio/vfio-common.h" |
| 18 | #include "hw/s390x/s390-ccw.h" |
| 19 | #include "hw/s390x/ccw-device.h" |
Eduardo Habkost | db1015e | 2020-09-03 16:43:22 -0400 | [diff] [blame] | 20 | #include "qom/object.h" |
Jason J. Herne | 44445d8 | 2019-04-04 10:34:20 -0400 | [diff] [blame] | 21 | |
| 22 | #define TYPE_VFIO_CCW "vfio-ccw" |
Eduardo Habkost | 8063396 | 2020-09-16 14:25:19 -0400 | [diff] [blame] | 23 | OBJECT_DECLARE_SIMPLE_TYPE(VFIOCCWDevice, VFIO_CCW) |
Jason J. Herne | 44445d8 | 2019-04-04 10:34:20 -0400 | [diff] [blame] | 24 | |
| 25 | #define TYPE_VFIO_CCW "vfio-ccw" |
Jason J. Herne | 44445d8 | 2019-04-04 10:34:20 -0400 | [diff] [blame] | 26 | |
| 27 | #endif |