blob: 5a4d8cc19d8ddc739ada0eaa618762d981feba7b [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[] = {
4 XLAT(IOPRIO_CLASS_NONE),
5 XLAT(IOPRIO_CLASS_RT),
6 XLAT(IOPRIO_CLASS_BE),
7 XLAT(IOPRIO_CLASS_IDLE),
8 XLAT_END
9};