Skip to content

Commit

Permalink
x86: add function prototype to vm86.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Harvey Harrison authored and Ingo Molnar committed Feb 4, 2008
1 parent 73bdb73 commit e04f99c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/asm-x86/vm86.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 *);
Expand Down

0 comments on commit e04f99c

Please sign in to comment.