blob: c5100f280649efec90fa0051d66c502c7c3fa82c [file] [log] [blame]
Elliott Hughes82728372014-06-06 22:49:31 -07001/* Generated by ./xlat/gen.sh from ./xlat/shm_flags.in; do not edit. */
2
3static const struct xlat shm_flags[] = {
4#if defined(SHM_REMAP) || (defined(HAVE_DECL_SHM_REMAP) && HAVE_DECL_SHM_REMAP)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07005 XLAT(SHM_REMAP),
Elliott Hughes82728372014-06-06 22:49:31 -07006#endif
7#if defined(SHM_RDONLY) || (defined(HAVE_DECL_SHM_RDONLY) && HAVE_DECL_SHM_RDONLY)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07008 XLAT(SHM_RDONLY),
Elliott Hughes82728372014-06-06 22:49:31 -07009#endif
10#if defined(SHM_RND) || (defined(HAVE_DECL_SHM_RND) && HAVE_DECL_SHM_RND)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070011 XLAT(SHM_RND),
Elliott Hughes82728372014-06-06 22:49:31 -070012#endif
Elliott Hughes0328d0a2015-03-18 11:18:43 -070013 XLAT_END
Elliott Hughes82728372014-06-06 22:49:31 -070014};