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