summaryrefslogtreecommitdiff
path: root/drivers/kvm/x86.h
blob: 1e2f71bd805d60e609e52f5459ea6a18e48616fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#/*
 * 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