blob: a277eb5830a6a0a34be939c0de5f5ead6dfe487d [file] [log] [blame]
Elliott Hughes82728372014-06-06 22:49:31 -07001/* Generated by ./xlat/gen.sh from ./xlat/modflags.in; do not edit. */
2
3static const struct xlat modflags[] = {
4#if defined(MOD_UNINITIALIZED) || (defined(HAVE_DECL_MOD_UNINITIALIZED) && HAVE_DECL_MOD_UNINITIALIZED)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07005 XLAT(MOD_UNINITIALIZED),
Elliott Hughes82728372014-06-06 22:49:31 -07006#endif
7#if defined(MOD_RUNNING) || (defined(HAVE_DECL_MOD_RUNNING) && HAVE_DECL_MOD_RUNNING)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07008 XLAT(MOD_RUNNING),
Elliott Hughes82728372014-06-06 22:49:31 -07009#endif
10#if defined(MOD_DELETED) || (defined(HAVE_DECL_MOD_DELETED) && HAVE_DECL_MOD_DELETED)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070011 XLAT(MOD_DELETED),
Elliott Hughes82728372014-06-06 22:49:31 -070012#endif
13#if defined(MOD_AUTOCLEAN) || (defined(HAVE_DECL_MOD_AUTOCLEAN) && HAVE_DECL_MOD_AUTOCLEAN)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070014 XLAT(MOD_AUTOCLEAN),
Elliott Hughes82728372014-06-06 22:49:31 -070015#endif
16#if defined(MOD_VISITED) || (defined(HAVE_DECL_MOD_VISITED) && HAVE_DECL_MOD_VISITED)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070017 XLAT(MOD_VISITED),
Elliott Hughes82728372014-06-06 22:49:31 -070018#endif
19#if defined(MOD_USED_ONCE) || (defined(HAVE_DECL_MOD_USED_ONCE) && HAVE_DECL_MOD_USED_ONCE)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070020 XLAT(MOD_USED_ONCE),
Elliott Hughes82728372014-06-06 22:49:31 -070021#endif
22#if defined(MOD_JUST_FREED) || (defined(HAVE_DECL_MOD_JUST_FREED) && HAVE_DECL_MOD_JUST_FREED)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070023 XLAT(MOD_JUST_FREED),
Elliott Hughes82728372014-06-06 22:49:31 -070024#endif
Elliott Hughes0328d0a2015-03-18 11:18:43 -070025 XLAT_END
Elliott Hughes82728372014-06-06 22:49:31 -070026};