![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0 */ 0002 /* 0003 * Copyright (C) 2002 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com) 0004 */ 0005 0006 #ifndef __SKAS_H 0007 #define __SKAS_H 0008 0009 #include <sysdep/ptrace.h> 0010 0011 extern int userspace_pid[]; 0012 0013 extern int user_thread(unsigned long stack, int flags); 0014 extern void new_thread_handler(void); 0015 extern void handle_syscall(struct uml_pt_regs *regs); 0016 extern long execute_syscall_skas(void *r); 0017 extern unsigned long current_stub_stack(void); 0018 0019 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |