18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 28c2ecf20Sopenharmony_ci/* 38c2ecf20Sopenharmony_ci * linux/include/asm/timex.h 48c2ecf20Sopenharmony_ci * 58c2ecf20Sopenharmony_ci * sparc architecture timex specifications 68c2ecf20Sopenharmony_ci */ 78c2ecf20Sopenharmony_ci#ifndef _ASMsparc_TIMEX_H 88c2ecf20Sopenharmony_ci#define _ASMsparc_TIMEX_H 98c2ecf20Sopenharmony_ci 108c2ecf20Sopenharmony_ci#define CLOCK_TICK_RATE 1193180 /* Underlying HZ */ 118c2ecf20Sopenharmony_ci 128c2ecf20Sopenharmony_ci#include <asm-generic/timex.h> 138c2ecf20Sopenharmony_ci 148c2ecf20Sopenharmony_ci#endif 15