]> rtime.felk.cvut.cz Git - jailhouse.git/blob - hypervisor/arch/x86/include/asm/svm.h
x86: Introduce AMD-V code skeleton
[jailhouse.git] / hypervisor / arch / x86 / include / asm / svm.h
1 /*
2  * Jailhouse, a Linux-based partitioning hypervisor
3  *
4  * Copyright (c) Valentine Sinitsyn, 2014
5  *
6  * Authors:
7  *  Valentine Sinitsyn <valentine.sinitsyn@gmail.com>
8  *
9  * This work is licensed under the terms of the GNU GPL, version 2.  See
10  * the COPYING file in the top-level directory.
11  */
12
13 #ifndef _JAILHOUSE_ASM_SVM_H
14 #define _JAILHOUSE_ASM_SVM_H
15
16 /* Nothing here yet */
17
18 void svm_vmexit(void);
19
20 #endif