You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
596 B
22 lines
596 B
/* Generated by ./xlat/gen.sh from ./xlat/pkey_access.in; do not edit. */ |
|
#if !(defined(PKEY_DISABLE_ACCESS) || (defined(HAVE_DECL_PKEY_DISABLE_ACCESS) && HAVE_DECL_PKEY_DISABLE_ACCESS)) |
|
# define PKEY_DISABLE_ACCESS 0x1 |
|
#endif |
|
#if !(defined(PKEY_DISABLE_WRITE) || (defined(HAVE_DECL_PKEY_DISABLE_WRITE) && HAVE_DECL_PKEY_DISABLE_WRITE)) |
|
# define PKEY_DISABLE_WRITE 0x2 |
|
#endif |
|
|
|
#ifdef IN_MPERS |
|
|
|
# error static const struct xlat pkey_access in mpers mode |
|
|
|
#else |
|
|
|
static |
|
const struct xlat pkey_access[] = { |
|
XLAT(PKEY_DISABLE_ACCESS), |
|
XLAT(PKEY_DISABLE_WRITE), |
|
XLAT_END |
|
}; |
|
|
|
#endif /* !IN_MPERS */
|
|
|