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

atmel.h (374B)


      1/* SPDX-License-Identifier: GPL-2.0-only */
      2/*
      3 * atmel platform data
      4 */
      5
      6#ifndef __ATMEL_H__
      7#define __ATMEL_H__
      8
      9/* FIXME: this needs a better location, but gets stuff building again */
     10#ifdef CONFIG_ATMEL_PM
     11extern int at91_suspend_entering_slow_clock(void);
     12#else
     13static inline int at91_suspend_entering_slow_clock(void)
     14{
     15	return 0;
     16}
     17#endif
     18
     19#endif /* __ATMEL_H__ */