blob: 647ee2d2dea7c584b976f5b92ab21f871ce19eed [file] [log] [blame]
Elliott Hughes82728372014-06-06 22:49:31 -07001/* Generated by ./xlat/gen.sh from ./xlat/mctl_lockas.in; do not edit. */
2
3static 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};