blob: 7aa28c589b33f9176de2423272e7c4c658cbdded [file] [log] [blame]
Elliott Hughes82728372014-06-06 22:49:31 -07001/* Generated by ./xlat/gen.sh from ./xlat/ioprio_who.in; do not edit. */
2
3static const struct xlat ioprio_who[] = {
Elliott Hughes0328d0a2015-03-18 11:18:43 -07004 XLAT(IOPRIO_WHO_PROCESS),
5 XLAT(IOPRIO_WHO_PGRP),
6 XLAT(IOPRIO_WHO_USER),
7 XLAT_END
Elliott Hughes82728372014-06-06 22:49:31 -07008};