blob: c9073e89e022d9d4ca3d267ed043f64438279195 [file] [log] [blame]
Elliott Hughes82728372014-06-06 22:49:31 -07001/* Generated by ./xlat/gen.sh from ./xlat/ioprio_class.in; do not edit. */
2
3static const struct xlat ioprio_class[] = {
Elliott Hughes0328d0a2015-03-18 11:18:43 -07004 XLAT(IOPRIO_CLASS_NONE),
5 XLAT(IOPRIO_CLASS_RT),
6 XLAT(IOPRIO_CLASS_BE),
7 XLAT(IOPRIO_CLASS_IDLE),
8 XLAT_END
Elliott Hughes82728372014-06-06 22:49:31 -07009};