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

lantiq.h (365B)


      1/* SPDX-License-Identifier: GPL-2.0 */
      2
      3#ifndef __LINUX_LANTIQ_H
      4#define __LINUX_LANTIQ_H
      5
      6#ifdef CONFIG_LANTIQ
      7#include <lantiq_soc.h>
      8#else
      9
     10#ifndef LTQ_EARLY_ASC
     11#define LTQ_EARLY_ASC 0
     12#endif
     13
     14#ifndef CPHYSADDR
     15#define CPHYSADDR(a) 0
     16#endif
     17
     18static inline struct clk *clk_get_fpi(void)
     19{
     20	return NULL;
     21}
     22#endif /* CONFIG_LANTIQ */
     23#endif /* __LINUX_LANTIQ_H */