blob: 059263ed0a31a9d05d34c8e9d2dd14d42b5c20ae [file] [log] [blame]
Elliott Hughes82728372014-06-06 22:49:31 -07001/* Generated by ./xlat/gen.sh from ./xlat/shm_resource_flags.in; do not edit. */
2
3static const struct xlat shm_resource_flags[] = {
4#if defined(IPC_CREAT) || (defined(HAVE_DECL_IPC_CREAT) && HAVE_DECL_IPC_CREAT)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07005 XLAT(IPC_CREAT),
Elliott Hughes82728372014-06-06 22:49:31 -07006#endif
7#if defined(IPC_EXCL) || (defined(HAVE_DECL_IPC_EXCL) && HAVE_DECL_IPC_EXCL)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07008 XLAT(IPC_EXCL),
Elliott Hughes82728372014-06-06 22:49:31 -07009#endif
10#if defined(SHM_HUGETLB) || (defined(HAVE_DECL_SHM_HUGETLB) && HAVE_DECL_SHM_HUGETLB)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070011 XLAT(SHM_HUGETLB),
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};