blob: 8fe8917a5af14cd4006459278b9d7efe1de97e82 [file] [log] [blame]
/* Generated by ./xlat/gen.sh from ./xlat/rwf_flags.in; do not edit. */
#if !(defined(RWF_HIPRI) || (defined(HAVE_DECL_RWF_HIPRI) && HAVE_DECL_RWF_HIPRI))
# define RWF_HIPRI 1
#endif
#ifdef IN_MPERS
# error static const struct xlat rwf_flags in mpers mode
#else
static
const struct xlat rwf_flags[] = {
XLAT(RWF_HIPRI),
XLAT_END
};
#endif /* !IN_MPERS */