Merge remote-tracking branch 'remotes/palmer/tags/riscv-for-master-4.1-sf1-v3' into...
[qemu/ar7.git] / include / hw / s390x / ap-bridge.h
blob470e439a98ed5306dadb29f7507ca880756eb13f
1 /*
2 * ap bridge
4 * Copyright 2018 IBM Corp.
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 HW_S390X_AP_BRIDGE_H
12 #define HW_S390X_AP_BRIDGE_H
14 #define TYPE_AP_BRIDGE "ap-bridge"
15 #define TYPE_AP_BUS "ap-bus"
17 void s390_init_ap(void);
19 #endif