Home | History | Annotate | Download | only in xlat
      1 /* Generated by ./xlat/gen.sh from ./xlat/if_dqinfo_flags.in; do not edit. */
      2 #if !(defined(DQF_ROOT_SQUASH) || (defined(HAVE_DECL_DQF_ROOT_SQUASH) && HAVE_DECL_DQF_ROOT_SQUASH))
      3 # define DQF_ROOT_SQUASH (1 << 0)
      4 #endif
      5 #if !(defined(DQF_SYS_FILE) || (defined(HAVE_DECL_DQF_SYS_FILE) && HAVE_DECL_DQF_SYS_FILE))
      6 # define DQF_SYS_FILE (1 << 16)
      7 #endif
      8 
      9 #ifdef IN_MPERS
     10 
     11 # error static const struct xlat if_dqinfo_flags in mpers mode
     12 
     13 #else
     14 
     15 static
     16 const struct xlat if_dqinfo_flags[] = {
     17  XLAT(DQF_ROOT_SQUASH),
     18  XLAT(DQF_SYS_FILE),
     19  XLAT_END
     20 };
     21 
     22 #endif /* !IN_MPERS */
     23