blob: 975141268e4e0c546493abf846d2739dae9af7a5 [file] [log] [blame]
Elliott Hughes82728372014-06-06 22:49:31 -07001/* Generated by ./xlat/gen.sh from ./xlat/mmap_prot.in; do not edit. */
2
3static const struct xlat mmap_prot[] = {
4#if defined(PROT_NONE) || (defined(HAVE_DECL_PROT_NONE) && HAVE_DECL_PROT_NONE)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07005 XLAT(PROT_NONE),
Elliott Hughes82728372014-06-06 22:49:31 -07006#endif
7#if defined(PROT_READ) || (defined(HAVE_DECL_PROT_READ) && HAVE_DECL_PROT_READ)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07008 XLAT(PROT_READ),
Elliott Hughes82728372014-06-06 22:49:31 -07009#endif
10#if defined(PROT_WRITE) || (defined(HAVE_DECL_PROT_WRITE) && HAVE_DECL_PROT_WRITE)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070011 XLAT(PROT_WRITE),
Elliott Hughes82728372014-06-06 22:49:31 -070012#endif
13#if defined(PROT_EXEC) || (defined(HAVE_DECL_PROT_EXEC) && HAVE_DECL_PROT_EXEC)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070014 XLAT(PROT_EXEC),
Elliott Hughes82728372014-06-06 22:49:31 -070015#endif
16#if defined(PROT_SEM) || (defined(HAVE_DECL_PROT_SEM) && HAVE_DECL_PROT_SEM)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070017 XLAT(PROT_SEM),
Elliott Hughes82728372014-06-06 22:49:31 -070018#endif
19#if defined(PROT_GROWSDOWN) || (defined(HAVE_DECL_PROT_GROWSDOWN) && HAVE_DECL_PROT_GROWSDOWN)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070020 XLAT(PROT_GROWSDOWN),
Elliott Hughes82728372014-06-06 22:49:31 -070021#endif
22#if defined(PROT_GROWSUP) || (defined(HAVE_DECL_PROT_GROWSUP) && HAVE_DECL_PROT_GROWSUP)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070023 XLAT(PROT_GROWSUP),
Elliott Hughes82728372014-06-06 22:49:31 -070024#endif
25#if defined(PROT_SAO) || (defined(HAVE_DECL_PROT_SAO) && HAVE_DECL_PROT_SAO)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070026 XLAT(PROT_SAO),
Elliott Hughes82728372014-06-06 22:49:31 -070027#endif
Elliott Hughes0328d0a2015-03-18 11:18:43 -070028 XLAT_END
Elliott Hughes82728372014-06-06 22:49:31 -070029};