You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
358 B
17 lines
358 B
/* Generated by ./xlat/gen.sh from ./xlat/clockflags.in; do not edit. */ |
|
|
|
#ifdef IN_MPERS |
|
|
|
# error static const struct xlat clockflags in mpers mode |
|
|
|
#else |
|
|
|
static |
|
const struct xlat clockflags[] = { |
|
#if defined(TIMER_ABSTIME) || (defined(HAVE_DECL_TIMER_ABSTIME) && HAVE_DECL_TIMER_ABSTIME) |
|
XLAT(TIMER_ABSTIME), |
|
#endif |
|
XLAT_END |
|
}; |
|
|
|
#endif /* !IN_MPERS */
|
|
|