timer-riscv.h 316 B

12345678910111213141516
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. /*
  3. * Copyright (C) 2019 Western Digital Corporation or its affiliates.
  4. *
  5. * Authors:
  6. * Atish Patra <[email protected]>
  7. */
  8. #ifndef __TIMER_RISCV_H
  9. #define __TIMER_RISCV_H
  10. #include <linux/types.h>
  11. extern void riscv_cs_get_mult_shift(u32 *mult, u32 *shift);
  12. #endif