Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef __UM_TIMEX_H
0003 #define __UM_TIMEX_H
0004 
0005 #define CLOCK_TICK_RATE (HZ)
0006 
0007 #include <asm-generic/timex.h>
0008 
0009 #endif