blob: 068ce4f0823e54e47d8668b1d2f292204d9bb411 [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)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07005 XLAT(TIMER_ABSTIME),
Elliott Hughes82728372014-06-06 22:49:31 -07006#endif
Elliott Hughes0328d0a2015-03-18 11:18:43 -07007 XLAT_END
Elliott Hughes82728372014-06-06 22:49:31 -07008};