blob: 91dc44deb42bfa0915a974e9ac285b4b6680998b [file] [log] [blame]
Elliott Hughes82728372014-06-06 22:49:31 -07001/* Generated by ./xlat/gen.sh from ./xlat/clockflags.in; do not edit. */
2
3static const struct xlat clockflags[] = {
4#if defined(TIMER_ABSTIME) || (defined(HAVE_DECL_TIMER_ABSTIME) && HAVE_DECL_TIMER_ABSTIME)
5 XLAT(TIMER_ABSTIME),
6#endif
7 XLAT_END
8};