X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=include%2Fasm-x86%2Fvm86.h;h=c92fe4af52e891a42b6c7907d78e0338eafa5918;hb=076d84bbdb396360d16aaa108c55aa1e24ad47a3;hp=a5edf517b992d51a3689cb1539a7dd12f1368c13;hpb=ce9d3c9a6a9aef61525be07fe6ba27d937236aa2;p=firefly-linux-kernel-4.4.55.git diff --git a/include/asm-x86/vm86.h b/include/asm-x86/vm86.h index a5edf517b992..c92fe4af52e8 100644 --- a/include/asm-x86/vm86.h +++ b/include/asm-x86/vm86.h @@ -195,6 +195,7 @@ struct kernel_vm86_struct { void handle_vm86_fault(struct kernel_vm86_regs *, long); int handle_vm86_trap(struct kernel_vm86_regs *, long, int); +struct pt_regs *save_v86_state(struct kernel_vm86_regs *); struct task_struct; void release_vm86_irqs(struct task_struct *);