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.
23 lines
615 B
23 lines
615 B
/* Generated by ./xlat/gen.sh from ./xlat/cpuclocknames.in; do not edit. */ |
|
|
|
#ifdef IN_MPERS |
|
|
|
# error static const struct xlat cpuclocknames in mpers mode |
|
|
|
#else |
|
|
|
static |
|
const struct xlat cpuclocknames[] = { |
|
#if defined(CPUCLOCK_PROF) || (defined(HAVE_DECL_CPUCLOCK_PROF) && HAVE_DECL_CPUCLOCK_PROF) |
|
XLAT(CPUCLOCK_PROF), |
|
#endif |
|
#if defined(CPUCLOCK_VIRT) || (defined(HAVE_DECL_CPUCLOCK_VIRT) && HAVE_DECL_CPUCLOCK_VIRT) |
|
XLAT(CPUCLOCK_VIRT), |
|
#endif |
|
#if defined(CPUCLOCK_SCHED) || (defined(HAVE_DECL_CPUCLOCK_SCHED) && HAVE_DECL_CPUCLOCK_SCHED) |
|
XLAT(CPUCLOCK_SCHED), |
|
#endif |
|
XLAT_END |
|
}; |
|
|
|
#endif /* !IN_MPERS */
|
|
|