Home | History | Annotate | Download | only in xlat
      1 /* Generated by ./xlat/gen.sh from ./xlat/cap_version.in; do not edit. */
      2 
      3 static const struct xlat cap_version[] = {
      4  XLAT(_LINUX_CAPABILITY_VERSION_1),
      5  XLAT(_LINUX_CAPABILITY_VERSION_2),
      6  XLAT(_LINUX_CAPABILITY_VERSION_3),
      7  XLAT_END
      8 };
      9