• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* Generated by ./xlat/gen.sh from ./xlat/ptp_flags_options.in; do not edit. */
2 
3 static const struct xlat ptp_flags_options[] = {
4 #if defined(PTP_ENABLE_FEATURE) || (defined(HAVE_DECL_PTP_ENABLE_FEATURE) && HAVE_DECL_PTP_ENABLE_FEATURE)
5 	XLAT(PTP_ENABLE_FEATURE),
6 #endif
7 #if defined(PTP_RISING_EDGE) || (defined(HAVE_DECL_PTP_RISING_EDGE) && HAVE_DECL_PTP_RISING_EDGE)
8 	XLAT(PTP_RISING_EDGE),
9 #endif
10 #if defined(PTP_FALLING_EDGE) || (defined(HAVE_DECL_PTP_FALLING_EDGE) && HAVE_DECL_PTP_FALLING_EDGE)
11 	XLAT(PTP_FALLING_EDGE),
12 #endif
13 	XLAT_END
14 };
15