blob: a6075cfca71794cdc7b2a9fd288cf830472035e2 [file] [log] [blame]
Elliott Hughes82728372014-06-06 22:49:31 -07001/* Generated by ./xlat/gen.sh from ./xlat/mctl_funcs.in; do not edit. */
2
3static const struct xlat mctl_funcs[] = {
4#if defined(MC_LOCK) || (defined(HAVE_DECL_MC_LOCK) && HAVE_DECL_MC_LOCK)
5 XLAT(MC_LOCK),
6#endif
7#if defined(MC_LOCKAS) || (defined(HAVE_DECL_MC_LOCKAS) && HAVE_DECL_MC_LOCKAS)
8 XLAT(MC_LOCKAS),
9#endif
10#if defined(MC_SYNC) || (defined(HAVE_DECL_MC_SYNC) && HAVE_DECL_MC_SYNC)
11 XLAT(MC_SYNC),
12#endif
13#if defined(MC_UNLOCK) || (defined(HAVE_DECL_MC_UNLOCK) && HAVE_DECL_MC_UNLOCK)
14 XLAT(MC_UNLOCK),
15#endif
16#if defined(MC_UNLOCKAS) || (defined(HAVE_DECL_MC_UNLOCKAS) && HAVE_DECL_MC_UNLOCKAS)
17 XLAT(MC_UNLOCKAS),
18#endif
19 XLAT_END
20};