cachepc-qemu

Fork of AMDESE/qemu with changes for cachepc side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-qemu
Log | Files | Refs | Submodules | LICENSE | sfeed.txt

uname.h (197B)


      1#ifndef UNAME_H
      2#define UNAME_H
      3
      4#include <sys/utsname.h>
      5#include <linux/utsname.h>
      6
      7const char *cpu_to_uname_machine(void *cpu_env);
      8int sys_uname(struct new_utsname *buf);
      9
     10#endif /* UNAME_H */