blob: ad978fc487e8479c3c1fcb6f6375954a4be55ba8 [file] [log] [blame]
Elliott Hughes82728372014-06-06 22:49:31 -07001/* Generated by ./xlat/gen.sh from ./xlat/umount_flags.in; do not edit. */
2
3static const struct xlat umount_flags[] = {
4#if defined(MNT_FORCE) || (defined(HAVE_DECL_MNT_FORCE) && HAVE_DECL_MNT_FORCE)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07005 XLAT(MNT_FORCE),
Elliott Hughes82728372014-06-06 22:49:31 -07006#endif
7#if defined(MNT_DETACH) || (defined(HAVE_DECL_MNT_DETACH) && HAVE_DECL_MNT_DETACH)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07008 XLAT(MNT_DETACH),
Elliott Hughes82728372014-06-06 22:49:31 -07009#endif
10#if defined(MNT_EXPIRE) || (defined(HAVE_DECL_MNT_EXPIRE) && HAVE_DECL_MNT_EXPIRE)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070011 XLAT(MNT_EXPIRE),
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};