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

uncompress.h (222B)


      1/* SPDX-License-Identifier: GPL-2.0 */
      2#ifdef CONFIG_DEBUG_UNCOMPRESS
      3extern void putc(int c);
      4#else
      5static inline void putc(int c) {}
      6#endif
      7static inline void flush(void) {}
      8static inline void arch_decomp_setup(void) {}