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