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