2 * Copyright (C) 2002 Jeff Dike (jdike@karaya.com)
3 * Licensed under the GPL
6 #ifndef __MODE_SKAS_H__
7 #define __MODE_SKAS_H__
9 #include <sysdep/ptrace.h>
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;
16 extern void sig_handler_common_skas(int sig, void *sc_ptr);
17 extern void halt_skas(void);
18 extern void reboot_skas(void);
19 extern void kill_off_processes_skas(void);
20 extern int is_skas_winch(int pid, int fd, void *data);
25 * Overrides for Emacs so that we follow Linus's tabbing style.
26 * Emacs will notice this stuff at the end of the file and automatically
27 * adjust the settings for this buffer only. This must remain at the end
29 * ---------------------------------------------------------------------------
31 * c-file-style: "linux"