blob: 304c1a6a8f30ad584b0fd5180aab0fc132040cc4 [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)
5 XLAT(MNT_FORCE),
6#endif
7#if defined(MNT_DETACH) || (defined(HAVE_DECL_MNT_DETACH) && HAVE_DECL_MNT_DETACH)
8 XLAT(MNT_DETACH),
9#endif
10#if defined(MNT_EXPIRE) || (defined(HAVE_DECL_MNT_EXPIRE) && HAVE_DECL_MNT_EXPIRE)
11 XLAT(MNT_EXPIRE),
12#endif
13 XLAT_END
14};