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

regs-clock.h (173B)


      1/* SPDX-License-Identifier: GPL-2.0 */
      2
      3#ifdef CONFIG_ARCH_S3C24XX
      4#include "regs-clock-s3c24xx.h"
      5#endif
      6
      7#ifdef CONFIG_ARCH_S3C64XX
      8#include "regs-clock-s3c64xx.h"
      9#endif