linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / arch / um / include / sysdep-x86_64 / syscalls.h
index 5e86aa0..e06f83e 100644 (file)
@@ -12,6 +12,8 @@
 
 typedef long syscall_handler_t(void);
 
+extern syscall_handler_t *ia32_sys_call_table[];
+
 extern syscall_handler_t *sys_call_table[];
 
 #define EXECUTE_SYSCALL(syscall, regs) \