blob: e296fdef534ea129bc9ee6c0f5ff119a1b7637cf [file] [log] [blame]
/* Generated by ./xlat/gen.sh from ./xlat/ioprio_who.in; do not edit. */
#include "gcc_compat.h"
#include "static_assert.h"
#ifndef XLAT_MACROS_ONLY
# ifdef IN_MPERS
# error static const struct xlat ioprio_who in mpers mode
# else
static
const struct xlat ioprio_who[] = {
XLAT(IOPRIO_WHO_PROCESS),
XLAT(IOPRIO_WHO_PGRP),
XLAT(IOPRIO_WHO_USER),
XLAT_END
};
# endif /* !IN_MPERS */
#endif /* !XLAT_MACROS_ONLY */