blob: 22ae5cea74d550a68d213389d4c32f3c35c6c866 [file] [log] [blame]
/* Generated by ./xlat/gen.sh from ./xlat/ptp_flags_options.in; do not edit. */
static const struct xlat ptp_flags_options[] = {
#if defined(PTP_ENABLE_FEATURE) || (defined(HAVE_DECL_PTP_ENABLE_FEATURE) && HAVE_DECL_PTP_ENABLE_FEATURE)
XLAT(PTP_ENABLE_FEATURE),
#endif
#if defined(PTP_RISING_EDGE) || (defined(HAVE_DECL_PTP_RISING_EDGE) && HAVE_DECL_PTP_RISING_EDGE)
XLAT(PTP_RISING_EDGE),
#endif
#if defined(PTP_FALLING_EDGE) || (defined(HAVE_DECL_PTP_FALLING_EDGE) && HAVE_DECL_PTP_FALLING_EDGE)
XLAT(PTP_FALLING_EDGE),
#endif
XLAT_END
};