allwinner_a64/android/external/strace/xlat/cap_version.h
2018-08-08 16:14:42 +08:00

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 */