blob: 0947b33dc8684e2ab6e72b1d4c424f456e2513a0 [file] [log] [blame]
Jun Nakajimabb0140b2011-05-27 18:24:21 -07001#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