projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73bdb73
)
x86: add function prototype to vm86.h
author
Harvey Harrison
<harvey.harrison@gmail.com>
Mon, 4 Feb 2008 15:48:04 +0000
(16:48 +0100)
committer
Ingo Molnar
<mingo@elte.hu>
Mon, 4 Feb 2008 15:48:04 +0000
(16:48 +0100)
Global functions should include their prototypes.
Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
include/asm-x86/vm86.h
patch
|
blob
|
history
diff --git
a/include/asm-x86/vm86.h
b/include/asm-x86/vm86.h
index
a5edf51
..
c92fe4a
100644
(file)
--- 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 *);