Home | History | Annotate | Download | only in xlat
      1 /* Generated by ./xlat/gen.sh from ./xlat/if_dqinfo_valid.in; do not edit. */
      2 
      3 static const struct xlat if_dqinfo_valid[] = {
      4 #if defined(IIF_BGRACE) || (defined(HAVE_DECL_IIF_BGRACE) && HAVE_DECL_IIF_BGRACE)
      5 	XLAT(IIF_BGRACE),
      6 #endif
      7 #if defined(IIF_IGRACE) || (defined(HAVE_DECL_IIF_IGRACE) && HAVE_DECL_IIF_IGRACE)
      8 	XLAT(IIF_IGRACE),
      9 #endif
     10 #if defined(IIF_FLAGS) || (defined(HAVE_DECL_IIF_FLAGS) && HAVE_DECL_IIF_FLAGS)
     11 	XLAT(IIF_FLAGS),
     12 #endif
     13 	XLAT_END
     14 };
     15