mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-19 20:07:12 +07:00
17 lines
319 B
C
17 lines
319 B
C
![]() |
#/*
|
||
|
* Kernel-based Virtual Machine driver for Linux
|
||
|
*
|
||
|
* This header defines architecture specific interfaces, x86 version
|
||
|
*
|
||
|
* This work is licensed under the terms of the GNU GPL, version 2. See
|
||
|
* the COPYING file in the top-level directory.
|
||
|
*
|
||
|
*/
|
||
|
|
||
|
#ifndef KVM_X86_H
|
||
|
#define KVM_X86_H
|
||
|
|
||
|
#include "kvm.h"
|
||
|
|
||
|
#endif
|