• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* Generated by ./xlat/gen.sh from ./xlat/mctl_lockas.in; do not edit. */
2 
3 static const struct xlat mctl_lockas[] = {
4 #if defined(MCL_CURRENT) || (defined(HAVE_DECL_MCL_CURRENT) && HAVE_DECL_MCL_CURRENT)
5 	XLAT(MCL_CURRENT),
6 #endif
7 #if defined(MCL_FUTURE) || (defined(HAVE_DECL_MCL_FUTURE) && HAVE_DECL_MCL_FUTURE)
8 	XLAT(MCL_FUTURE),
9 #endif
10 	XLAT_END
11 };
12