blob: 982213f1f10857f996b247a55b724e4b8ebd87a5 [file] [log] [blame]
Elliott Hughes82728372014-06-06 22:49:31 -07001/* Generated by ./xlat/gen.sh from ./xlat/if_dqinfo_valid.in; do not edit. */
2
3static const struct xlat if_dqinfo_valid[] = {
4#if defined(IIF_BGRACE) || (defined(HAVE_DECL_IIF_BGRACE) && HAVE_DECL_IIF_BGRACE)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07005 XLAT(IIF_BGRACE),
Elliott Hughes82728372014-06-06 22:49:31 -07006#endif
7#if defined(IIF_IGRACE) || (defined(HAVE_DECL_IIF_IGRACE) && HAVE_DECL_IIF_IGRACE)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07008 XLAT(IIF_IGRACE),
Elliott Hughes82728372014-06-06 22:49:31 -07009#endif
10#if defined(IIF_FLAGS) || (defined(HAVE_DECL_IIF_FLAGS) && HAVE_DECL_IIF_FLAGS)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070011 XLAT(IIF_FLAGS),
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};