xref: /linux/arch/um/include/asm/timex.h (revision 3a2c4d55e32ad65efebdb6de44eef3bfa08bb49d)
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