Home | History | Annotate | Download | only in xlat
      1 /* Generated by ./xlat/gen.sh from ./xlat/ioprio_who.in; do not edit. */
      2 
      3 static const struct xlat ioprio_who[] = {
      4 	XLAT(IOPRIO_WHO_PROCESS),
      5 	XLAT(IOPRIO_WHO_PGRP),
      6 	XLAT(IOPRIO_WHO_USER),
      7 	XLAT_END
      8 };
      9