18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */ 28c2ecf20Sopenharmony_ci/* 38c2ecf20Sopenharmony_ci * Copyright (C) 2004, 2007-2010, 2011-2012 Synopsys, Inc. (www.synopsys.com) 48c2ecf20Sopenharmony_ci */ 58c2ecf20Sopenharmony_ci 68c2ecf20Sopenharmony_ci#ifndef _ASM_ARC_TIMEX_H 78c2ecf20Sopenharmony_ci#define _ASM_ARC_TIMEX_H 88c2ecf20Sopenharmony_ci 98c2ecf20Sopenharmony_ci#define CLOCK_TICK_RATE 80000000 /* slated to be removed */ 108c2ecf20Sopenharmony_ci 118c2ecf20Sopenharmony_ci#include <asm-generic/timex.h> 128c2ecf20Sopenharmony_ci 138c2ecf20Sopenharmony_ci/* XXX: get_cycles() to be implemented with RTSC insn */ 148c2ecf20Sopenharmony_ci 158c2ecf20Sopenharmony_ci#endif /* _ASM_ARC_TIMEX_H */ 16