blob: 35c9189c644bda0977b431c886a5fe999542a819 [file] [log] [blame]
Elliott Hughes82728372014-06-06 22:49:31 -07001/* Generated by ./xlat/gen.sh from ./xlat/cap_version.in; do not edit. */
2
Elliott Hughes89484692015-12-11 13:20:01 -08003#ifdef IN_MPERS
4
5# error static const struct xlat cap_version in mpers mode
6
7#else
8
9static
10const struct xlat cap_version[] = {
Elliott Hughes0328d0a2015-03-18 11:18:43 -070011 XLAT(_LINUX_CAPABILITY_VERSION_1),
12 XLAT(_LINUX_CAPABILITY_VERSION_2),
13 XLAT(_LINUX_CAPABILITY_VERSION_3),
14 XLAT_END
Elliott Hughes82728372014-06-06 22:49:31 -070015};
Elliott Hughes89484692015-12-11 13:20:01 -080016
17#endif /* !IN_MPERS */