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