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

misc.h (174B)


      1#ifndef MISC_H
      2#define MISC_H
      3
      4#include <linux/compiler.h>
      5
      6void error(char *x) __noreturn;
      7extern unsigned long free_mem_ptr;
      8extern unsigned long free_mem_end_ptr;
      9
     10#endif