1#ifndef _KVM_GS_RESTORE_H
2#define _KVM_GS_RESTORE_H
3
4#ifdef CONFIG_KVM_GS_RESTORE
5int no_gs_ioctl(int fd, int type, void *arg);
6int gs_base_post_run(void);
7int gs_base_pre_run(void);
8extern int gs_need_restore;
9#define KVM_GS_RESTORE_NO 0x2
10#endif
11
12#endif
13