blob: c7bfa4bdd39620865eb8ec16ee757c66ada2a747 [file] [log] [blame]
/* Generated by ./xlat/gen.sh from ./xlat/ioprio_class.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_class in mpers mode
# else
static
const struct xlat ioprio_class[] = {
XLAT(IOPRIO_CLASS_NONE),
XLAT(IOPRIO_CLASS_RT),
XLAT(IOPRIO_CLASS_BE),
XLAT(IOPRIO_CLASS_IDLE),
XLAT_END
};
# endif /* !IN_MPERS */
#endif /* !XLAT_MACROS_ONLY */