blob: 850473d946ab458f403356bfd8633f914a92d1a3 [file] [log] [blame]
Elliott Hughes82728372014-06-06 22:49:31 -07001/* Generated by ./xlat/gen.sh from ./xlat/scmvals.in; do not edit. */
2
3static const struct xlat scmvals[] = {
4#if defined(SCM_RIGHTS) || (defined(HAVE_DECL_SCM_RIGHTS) && HAVE_DECL_SCM_RIGHTS)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07005 XLAT(SCM_RIGHTS),
Elliott Hughes82728372014-06-06 22:49:31 -07006#endif
7#if defined(SCM_CREDENTIALS) || (defined(HAVE_DECL_SCM_CREDENTIALS) && HAVE_DECL_SCM_CREDENTIALS)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07008 XLAT(SCM_CREDENTIALS),
Elliott Hughes82728372014-06-06 22:49:31 -07009#endif
Elliott Hughes0328d0a2015-03-18 11:18:43 -070010#if defined(SCM_SECURITY) || (defined(HAVE_DECL_SCM_SECURITY) && HAVE_DECL_SCM_SECURITY)
11 XLAT(SCM_SECURITY),
12#endif
13 XLAT_END
Elliott Hughes82728372014-06-06 22:49:31 -070014};