1 /* SPDX-License-Identifier: GPL-2.0-only */ 1 /* SPDX-License-Identifier: GPL-2.0-only */ 2 /* 2 /* 3 * Copyright (C) 2019 Western Digital Corporat 3 * Copyright (C) 2019 Western Digital Corporation or its affiliates. 4 * 4 * 5 * Authors: 5 * Authors: 6 * Atish Patra <atish.patra@wdc.com> 6 * Atish Patra <atish.patra@wdc.com> 7 */ 7 */ 8 8 9 #ifndef __TIMER_RISCV_H 9 #ifndef __TIMER_RISCV_H 10 #define __TIMER_RISCV_H 10 #define __TIMER_RISCV_H 11 11 12 #include <linux/types.h> 12 #include <linux/types.h> 13 13 14 extern void riscv_cs_get_mult_shift(u32 *mult, 14 extern void riscv_cs_get_mult_shift(u32 *mult, u32 *shift); 15 15 16 #endif 16 #endif 17 17
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.