blob: be93ed6d051d9b4b2366318671284d7edbc915f9 [file] [log] [blame]
Elliott Hughes82728372014-06-06 22:49:31 -07001/* Generated by ./xlat/gen.sh from ./xlat/quotatypes.in; do not edit. */
2
3static const struct xlat quotatypes[] = {
4#if defined(USRQUOTA) || (defined(HAVE_DECL_USRQUOTA) && HAVE_DECL_USRQUOTA)
5 XLAT(USRQUOTA),
6#endif
7#if defined(GRPQUOTA) || (defined(HAVE_DECL_GRPQUOTA) && HAVE_DECL_GRPQUOTA)
8 XLAT(GRPQUOTA),
9#endif
10 XLAT_END
11};