1 /* Generated by ./xlat/gen.sh from ./xlat/ioprio_class.in; do not edit. */
2 
3 #ifdef IN_MPERS
4 
5 # error static const struct xlat ioprio_class in mpers mode
6 
7 #else
8 
9 static
10 const struct xlat ioprio_class[] = {
11  XLAT(IOPRIO_CLASS_NONE),
12  XLAT(IOPRIO_CLASS_RT),
13  XLAT(IOPRIO_CLASS_BE),
14  XLAT(IOPRIO_CLASS_IDLE),
15  XLAT_END
16 };
17 
18 #endif /* !IN_MPERS */
19