1 /* Generated by ./xlat/gen.sh from ./xlat/ptp_flags_options.in; do not edit. */
2 
3 #ifdef IN_MPERS
4 
5 # error static const struct xlat ptp_flags_options in mpers mode
6 
7 #else
8 
9 static
10 const struct xlat ptp_flags_options[] = {
11 #if defined(PTP_ENABLE_FEATURE) || (defined(HAVE_DECL_PTP_ENABLE_FEATURE) && HAVE_DECL_PTP_ENABLE_FEATURE)
12   XLAT(PTP_ENABLE_FEATURE),
13 #endif
14 #if defined(PTP_RISING_EDGE) || (defined(HAVE_DECL_PTP_RISING_EDGE) && HAVE_DECL_PTP_RISING_EDGE)
15   XLAT(PTP_RISING_EDGE),
16 #endif
17 #if defined(PTP_FALLING_EDGE) || (defined(HAVE_DECL_PTP_FALLING_EDGE) && HAVE_DECL_PTP_FALLING_EDGE)
18   XLAT(PTP_FALLING_EDGE),
19 #endif
20  XLAT_END
21 };
22 
23 #endif /* !IN_MPERS */
24