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.

17 lines
347 B

/* Generated by ./xlat/gen.sh from ./xlat/cap_version.in; do not edit. */
#ifdef IN_MPERS
# error static const struct xlat cap_version in mpers mode
#else
static
const struct xlat cap_version[] = {
XLAT(_LINUX_CAPABILITY_VERSION_1),
XLAT(_LINUX_CAPABILITY_VERSION_2),
XLAT(_LINUX_CAPABILITY_VERSION_3),
XLAT_END
};
#endif /* !IN_MPERS */