17 lines
347 B
C
17 lines
347 B
C
/* 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 */
|