ap-bridge.h 373 B

12345678910111213141516171819
  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. #ifndef HW_S390X_AP_BRIDGE_H
  11. #define HW_S390X_AP_BRIDGE_H
  12. #define TYPE_AP_BRIDGE "ap-bridge"
  13. #define TYPE_AP_BUS "ap-bus"
  14. void s390_init_ap(void);
  15. #endif