1 /* Generated by ./xlat/gen.sh from ./xlat/quota_formats.in; do not edit. */
2 
3 #ifdef IN_MPERS
4 
5 # error static const struct xlat quota_formats in mpers mode
6 
7 #else
8 
9 static
10 const struct xlat quota_formats[] = {
11 #if defined(QFMT_VFS_OLD) || (defined(HAVE_DECL_QFMT_VFS_OLD) && HAVE_DECL_QFMT_VFS_OLD)
12   XLAT(QFMT_VFS_OLD),
13 #endif
14 #if defined(QFMT_VFS_V0) || (defined(HAVE_DECL_QFMT_VFS_V0) && HAVE_DECL_QFMT_VFS_V0)
15   XLAT(QFMT_VFS_V0),
16 #endif
17  XLAT_END
18 };
19 
20 #endif /* !IN_MPERS */
21