Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland...
[linux-2.6] / arch / um / include / skas / mode-skas.h
1 /*
2  * Copyright (C) 2002 Jeff Dike (jdike@karaya.com)
3  * Licensed under the GPL
4  */
5
6 #ifndef __MODE_SKAS_H__
7 #define __MODE_SKAS_H__
8
9 #include <sysdep/ptrace.h>
10
11 extern unsigned long exec_regs[];
12 extern unsigned long exec_fp_regs[];
13 extern unsigned long exec_fpx_regs[];
14 extern int have_fpx_regs;
15
16 extern void kill_off_processes_skas(void);
17
18 #endif