diff options
Diffstat (limited to 'arch/um/include/asm/timex.h')
-rw-r--r-- | arch/um/include/asm/timex.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/um/include/asm/timex.h b/arch/um/include/asm/timex.h new file mode 100644 index 0000000000..9f27176adb --- /dev/null +++ b/arch/um/include/asm/timex.h @@ -0,0 +1,9 @@ +/* SPDX-License-Identifier: GPL-2.0 */ +#ifndef __UM_TIMEX_H +#define __UM_TIMEX_H + +#define CLOCK_TICK_RATE (HZ) + +#include <asm-generic/timex.h> + +#endif |