block/crypto: disallow write sharing by default
[qemu/ar7.git] / pc-bios / s390-ccw / dasd-ipl.h
blobc3948289062cd46da280a6e6a41dd9fa3c51790a
1 /*
2 * S390 IPL (boot) from a real DASD device via vfio framework.
4 * Copyright (c) 2019 Jason J. Herne <jjherne@us.ibm.com>
6 * This work is licensed under the terms of the GNU GPL, version 2 or (at
7 * your option) any later version. See the COPYING file in the top-level
8 * directory.
9 */
11 #ifndef DASD_IPL_H
12 #define DASD_IPL_H
14 void dasd_ipl(SubChannelId schid, uint16_t cutype);
16 #endif /* DASD_IPL_H */