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

kernel.h (284B)


      1/* SPDX-License-Identifier: GPL-2.0-only */
      2#ifndef _MEMBLOCK_LINUX_KERNEL_H
      3#define _MEMBLOCK_LINUX_KERNEL_H
      4
      5#include <../../include/linux/kernel.h>
      6#include <linux/errno.h>
      7#include <string.h>
      8#include <linux/printk.h>
      9#include <linux/linkage.h>
     10#include <linux/kconfig.h>
     11
     12#endif