qemu

FORK: QEMU emulator
git clone https://git.neptards.moe/neptards/qemu.git
Log | Files | Refs | Submodules | LICENSE

ap-bridge.h (373B)


      1 /*
      2  * ap bridge
      3  *
      4  * Copyright 2018 IBM Corp.
      5  *
      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  */
     10 
     11 #ifndef HW_S390X_AP_BRIDGE_H
     12 #define HW_S390X_AP_BRIDGE_H
     13 
     14 #define TYPE_AP_BRIDGE "ap-bridge"
     15 #define TYPE_AP_BUS "ap-bus"
     16 
     17 void s390_init_ap(void);
     18 
     19 #endif