blob: 112251b9bd3d0787a8ede360dd19fe2083fafa48 [file] [log] [blame]
Elliott Hughes82728372014-06-06 22:49:31 -07001/* Generated by ./xlat/gen.sh from ./xlat/if_dqblk_valid.in; do not edit. */
2
3static const struct xlat if_dqblk_valid[] = {
4#if defined(QIF_BLIMITS) || (defined(HAVE_DECL_QIF_BLIMITS) && HAVE_DECL_QIF_BLIMITS)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07005 XLAT(QIF_BLIMITS),
Elliott Hughes82728372014-06-06 22:49:31 -07006#endif
7#if defined(QIF_SPACE) || (defined(HAVE_DECL_QIF_SPACE) && HAVE_DECL_QIF_SPACE)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07008 XLAT(QIF_SPACE),
Elliott Hughes82728372014-06-06 22:49:31 -07009#endif
10#if defined(QIF_ILIMITS) || (defined(HAVE_DECL_QIF_ILIMITS) && HAVE_DECL_QIF_ILIMITS)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070011 XLAT(QIF_ILIMITS),
Elliott Hughes82728372014-06-06 22:49:31 -070012#endif
13#if defined(QIF_INODES) || (defined(HAVE_DECL_QIF_INODES) && HAVE_DECL_QIF_INODES)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070014 XLAT(QIF_INODES),
Elliott Hughes82728372014-06-06 22:49:31 -070015#endif
16#if defined(QIF_BTIME) || (defined(HAVE_DECL_QIF_BTIME) && HAVE_DECL_QIF_BTIME)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070017 XLAT(QIF_BTIME),
Elliott Hughes82728372014-06-06 22:49:31 -070018#endif
19#if defined(QIF_ITIME) || (defined(HAVE_DECL_QIF_ITIME) && HAVE_DECL_QIF_ITIME)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070020 XLAT(QIF_ITIME),
Elliott Hughes82728372014-06-06 22:49:31 -070021#endif
Elliott Hughes0328d0a2015-03-18 11:18:43 -070022 XLAT_END
Elliott Hughes82728372014-06-06 22:49:31 -070023};