blob: 7724d2429f60fe13c74fdd3143eec854d455c68b [file] [log] [blame]
/* Generated by ./xlat/gen.sh from ./xlat/pr_spec_cmds.in; do not edit. */
#include "gcc_compat.h"
#include "static_assert.h"
#if defined(PR_SPEC_STORE_BYPASS) || (defined(HAVE_DECL_PR_SPEC_STORE_BYPASS) && HAVE_DECL_PR_SPEC_STORE_BYPASS)
DIAG_PUSH_IGNORE_TAUTOLOGICAL_COMPARE
static_assert((PR_SPEC_STORE_BYPASS) == (0), "PR_SPEC_STORE_BYPASS != 0");
DIAG_POP_IGNORE_TAUTOLOGICAL_COMPARE
#else
# define PR_SPEC_STORE_BYPASS 0
#endif
#ifndef XLAT_MACROS_ONLY
# ifdef IN_MPERS
# error static const struct xlat pr_spec_cmds in mpers mode
# else
static
const struct xlat pr_spec_cmds[] = {
XLAT(PR_SPEC_STORE_BYPASS),
XLAT_END
};
# endif /* !IN_MPERS */
#endif /* !XLAT_MACROS_ONLY */