1 /* SPDX-License-Identifier: GPL-2.0 */ 2 #ifndef __UM_TIMEX_H 3 #define __UM_TIMEX_H 4 5 /* 6 * Do not fall back to the host architecture header because latter likely 7 * includes facilities like cpu_feature_enabled() which are present only 8 * there. That would result in build breakages and/or efforts to "emulate" 9 * those facilities in UML. 10 */ 11 #include <asm-generic/timex.h> 12 13 #endif 14