Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  * Copyright (C) 2019 Western Digital Corporation or its affiliates.
0004  *
0005  * Authors:
0006  *  Atish Patra <atish.patra@wdc.com>
0007  */
0008 
0009 #ifndef __TIMER_RISCV_H
0010 #define __TIMER_RISCV_H
0011 
0012 #include <linux/types.h>
0013 
0014 extern void riscv_cs_get_mult_shift(u32 *mult, u32 *shift);
0015 
0016 #endif