blob: b326f329ac70770cd7a0b6b6ae50db12d2aff9a2 [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)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07005 XLAT(USRQUOTA),
Elliott Hughes82728372014-06-06 22:49:31 -07006#endif
7#if defined(GRPQUOTA) || (defined(HAVE_DECL_GRPQUOTA) && HAVE_DECL_GRPQUOTA)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07008 XLAT(GRPQUOTA),
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};