Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  * Copyright (C) 2004, 2007-2010, 2011-2012 Synopsys, Inc. (www.synopsys.com)
0004  */
0005 
0006 #ifndef _ASM_ARC_TIMEX_H
0007 #define _ASM_ARC_TIMEX_H
0008 
0009 #define CLOCK_TICK_RATE 80000000 /* slated to be removed */
0010 
0011 #include <asm-generic/timex.h>
0012 
0013 /* XXX: get_cycles() to be implemented with RTSC insn */
0014 
0015 #endif /* _ASM_ARC_TIMEX_H */