aboutsummaryrefslogtreecommitdiffstats
path: root/xlat/ptp_flags_options.h
blob: 87b340334447a420b6d802226a145ff627170dc4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* 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
};