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