]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/um/include/skas/skas.h
math-emu: Fix thinko in _FP_DIV
[linux-2.6-omap-h63xx.git] / arch / um / include / skas / skas.h
index e88926b16072e21d0b1c4af2f854397c24a8bfd0..64d2c74433060601c1c5a847fde0c64849178381 100644 (file)
@@ -1,12 +1,11 @@
 /*
- * Copyright (C) 2002 Jeff Dike (jdike@karaya.com)
+ * Copyright (C) 2002 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com)
  * Licensed under the GPL
  */
 
 #ifndef __SKAS_H
 #define __SKAS_H
 
-#include "mm_id.h"
 #include "sysdep/ptrace.h"
 
 extern int userspace_pid[];
@@ -15,9 +14,8 @@ extern int skas_needs_stub;
 
 extern int user_thread(unsigned long stack, int flags);
 extern void new_thread_handler(void);
-extern void handle_syscall(union uml_pt_regs *regs);
+extern void handle_syscall(struct uml_pt_regs *regs);
 extern int new_mm(unsigned long stack);
-extern void get_skas_faultinfo(int pid, struct faultinfo * fi);
 extern long execute_syscall_skas(void *r);
 extern unsigned long current_stub_stack(void);