blob: f07b9cc55dc96d2728b4297058f4c2dbed49e075 [file] [log] [blame]
Elliott Hughes82728372014-06-06 22:49:31 -07001/* Generated by ./xlat/gen.sh from ./xlat/quota_formats.in; do not edit. */
2
3static const struct xlat quota_formats[] = {
4#if defined(QFMT_VFS_OLD) || (defined(HAVE_DECL_QFMT_VFS_OLD) && HAVE_DECL_QFMT_VFS_OLD)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07005 XLAT(QFMT_VFS_OLD),
Elliott Hughes82728372014-06-06 22:49:31 -07006#endif
7#if defined(QFMT_VFS_V0) || (defined(HAVE_DECL_QFMT_VFS_V0) && HAVE_DECL_QFMT_VFS_V0)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07008 XLAT(QFMT_VFS_V0),
Elliott Hughes82728372014-06-06 22:49:31 -07009#endif
Elliott Hughes0328d0a2015-03-18 11:18:43 -070010 XLAT_END
Elliott Hughes82728372014-06-06 22:49:31 -070011};