blob: b74e52991c9513984c495f8bf724c8864433f223 [file] [log] [blame]
Elliott Hughes82728372014-06-06 22:49:31 -07001/* Generated by ./xlat/gen.sh from ./xlat/priorities.in; do not edit. */
2
3static const struct xlat priorities[] = {
4#if defined(PRIO_PROCESS) || (defined(HAVE_DECL_PRIO_PROCESS) && HAVE_DECL_PRIO_PROCESS)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07005 XLAT(PRIO_PROCESS),
Elliott Hughes82728372014-06-06 22:49:31 -07006#endif
7#if defined(PRIO_PGRP) || (defined(HAVE_DECL_PRIO_PGRP) && HAVE_DECL_PRIO_PGRP)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07008 XLAT(PRIO_PGRP),
Elliott Hughes82728372014-06-06 22:49:31 -07009#endif
10#if defined(PRIO_USER) || (defined(HAVE_DECL_PRIO_USER) && HAVE_DECL_PRIO_USER)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070011 XLAT(PRIO_USER),
Elliott Hughes82728372014-06-06 22:49:31 -070012#endif
Elliott Hughes0328d0a2015-03-18 11:18:43 -070013 XLAT_END
Elliott Hughes82728372014-06-06 22:49:31 -070014};