blob: 22ae5cea74d550a68d213389d4c32f3c35c6c866 [file] [log] [blame]
Elliott Hughes82728372014-06-06 22:49:31 -07001/* Generated by ./xlat/gen.sh from ./xlat/ptp_flags_options.in; do not edit. */
2
3static const struct xlat ptp_flags_options[] = {
4#if defined(PTP_ENABLE_FEATURE) || (defined(HAVE_DECL_PTP_ENABLE_FEATURE) && HAVE_DECL_PTP_ENABLE_FEATURE)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07005 XLAT(PTP_ENABLE_FEATURE),
Elliott Hughes82728372014-06-06 22:49:31 -07006#endif
7#if defined(PTP_RISING_EDGE) || (defined(HAVE_DECL_PTP_RISING_EDGE) && HAVE_DECL_PTP_RISING_EDGE)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07008 XLAT(PTP_RISING_EDGE),
Elliott Hughes82728372014-06-06 22:49:31 -07009#endif
10#if defined(PTP_FALLING_EDGE) || (defined(HAVE_DECL_PTP_FALLING_EDGE) && HAVE_DECL_PTP_FALLING_EDGE)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070011 XLAT(PTP_FALLING_EDGE),
Elliott Hughes82728372014-06-06 22:49:31 -070012#endif
Elliott Hughes0328d0a2015-03-18 11:18:43 -070013 XLAT_END
Elliott Hughes82728372014-06-06 22:49:31 -070014};