aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/include/skas/mode-skas.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/um/include/skas/mode-skas.h')
-rw-r--r--arch/um/include/skas/mode-skas.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/arch/um/include/skas/mode-skas.h b/arch/um/include/skas/mode-skas.h
new file mode 100644
index 000000000000..64b960006f1e
--- /dev/null
+++ b/arch/um/include/skas/mode-skas.h
@@ -0,0 +1,22 @@
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
11extern unsigned long exec_regs[];
12extern unsigned long exec_fp_regs[];
13extern unsigned long exec_fpx_regs[];
14extern int have_fpx_regs;
15
16extern void sig_handler_common_skas(int sig, void *sc_ptr);
17extern void halt_skas(void);
18extern void reboot_skas(void);
19extern void kill_off_processes_skas(void);
20extern int is_skas_winch(int pid, int fd, void *data);
21
22#endif