1 /* Generated by ./xlat/gen.sh from ./xlat/mmap_prot.in; do not edit. */ 2 3 #ifdef IN_MPERS 4 5 # error static const struct xlat mmap_prot in mpers mode 6 7 #else 8 9 static 10 const struct xlat mmap_prot[] = { 11 #if defined(PROT_NONE) || (defined(HAVE_DECL_PROT_NONE) && HAVE_DECL_PROT_NONE) 12 XLAT(PROT_NONE), 13 #endif 14 #if defined(PROT_READ) || (defined(HAVE_DECL_PROT_READ) && HAVE_DECL_PROT_READ) 15 XLAT(PROT_READ), 16 #endif 17 #if defined(PROT_WRITE) || (defined(HAVE_DECL_PROT_WRITE) && HAVE_DECL_PROT_WRITE) 18 XLAT(PROT_WRITE), 19 #endif 20 #if defined(PROT_EXEC) || (defined(HAVE_DECL_PROT_EXEC) && HAVE_DECL_PROT_EXEC) 21 XLAT(PROT_EXEC), 22 #endif 23 #if defined(PROT_SEM) || (defined(HAVE_DECL_PROT_SEM) && HAVE_DECL_PROT_SEM) 24 XLAT(PROT_SEM), 25 #endif 26 #if defined(PROT_GROWSDOWN) || (defined(HAVE_DECL_PROT_GROWSDOWN) && HAVE_DECL_PROT_GROWSDOWN) 27 XLAT(PROT_GROWSDOWN), 28 #endif 29 #if defined(PROT_GROWSUP) || (defined(HAVE_DECL_PROT_GROWSUP) && HAVE_DECL_PROT_GROWSUP) 30 XLAT(PROT_GROWSUP), 31 #endif 32 #if defined(PROT_SAO) || (defined(HAVE_DECL_PROT_SAO) && HAVE_DECL_PROT_SAO) 33 XLAT(PROT_SAO), 34 #endif 35 XLAT_END 36 }; 37 38 #endif /* !IN_MPERS */ 39