Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 /*
0003  * linux/include/asm/timex.h
0004  *
0005  * sparc architecture timex specifications
0006  */
0007 #ifndef _ASMsparc_TIMEX_H
0008 #define _ASMsparc_TIMEX_H
0009 
0010 #define CLOCK_TICK_RATE 1193180 /* Underlying HZ */
0011 
0012 #include <asm-generic/timex.h>
0013 
0014 #endif