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

romimage.h (200B)


      1/* SPDX-License-Identifier: GPL-2.0 */
      2#ifdef __ASSEMBLY__
      3
      4/* do nothing here by default */
      5
      6#else /* __ASSEMBLY__ */
      7
      8static inline void mmcif_update_progress(int nr)
      9{
     10}
     11
     12#endif /* __ASSEMBLY__ */