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

kvm_util.h (283B)


      1/* SPDX-License-Identifier: GPL-2.0-only */
      2/*
      3 * tools/testing/selftests/kvm/include/kvm_util.h
      4 *
      5 * Copyright (C) 2018, Google LLC.
      6 */
      7#ifndef SELFTEST_KVM_UTIL_H
      8#define SELFTEST_KVM_UTIL_H
      9
     10#include "kvm_util_base.h"
     11#include "ucall_common.h"
     12
     13#endif /* SELFTEST_KVM_UTIL_H */