cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

clock.h (436B)


      1/* SPDX-License-Identifier: GPL-2.0 */
      2#ifndef __ASM_SH_CLOCK_H
      3#define __ASM_SH_CLOCK_H
      4
      5#include <linux/sh_clk.h>
      6
      7/* Should be defined by processor-specific code */
      8void __deprecated arch_init_clk_ops(struct sh_clk_ops **, int type);
      9int __init arch_clk_init(void);
     10
     11/* arch/sh/kernel/cpu/clock-cpg.c */
     12int __init __deprecated cpg_clk_init(void);
     13
     14/* arch/sh/kernel/cpu/clock.c */
     15int clk_init(void);
     16
     17#endif /* __ASM_SH_CLOCK_H */