1 /* Generated by ./xlat/gen.sh from ./xlat/s390_sthyi_function_codes.in; do not edit. */ 2 #if !(defined(STHYI_FC_CP_IFL_CAP) || (defined(HAVE_DECL_STHYI_FC_CP_IFL_CAP) && HAVE_DECL_STHYI_FC_CP_IFL_CAP)) 3 # define STHYI_FC_CP_IFL_CAP 0 4 #endif 5 6 #ifdef IN_MPERS 7 8 # error static const struct xlat s390_sthyi_function_codes in mpers mode 9 10 #else 11 12 static 13 const struct xlat s390_sthyi_function_codes[] = { 14 XLAT(STHYI_FC_CP_IFL_CAP), 15 XLAT_END 16 }; 17 18 #endif /* !IN_MPERS */ 19