···11-/* 22- * Copyright (C) 2000 Jeff Dike (jdike@karaya.com)33- * Licensed under the GPL44- */55-66-#ifndef __SYSDEP_IA64_PTRACE_H77-#define __SYSDEP_IA64_PTRACE_H88-99-struct sys_pt_regs {1010- int foo;1111-};1212-1313-#define EMPTY_REGS { 0 }1414-1515-#endif1616-
-10
arch/um/sys-ia64/sysdep/sigcontext.h
···11-/* 22- * Copyright (C) 2000 Jeff Dike (jdike@karaya.com)33- * Licensed under the GPL44- */55-66-#ifndef __SYSDEP_IA64_SIGCONTEXT_H77-#define __SYSDEP_IA64_SIGCONTEXT_H88-99-#endif1010-
-22
arch/um/sys-ia64/sysdep/skas_ptrace.h
···11-/*22- * Copyright (C) 2000, 2001, 2002 Jeff Dike (jdike@karaya.com)33- * Licensed under the GPL44- */55-66-#ifndef __SYSDEP_IA64_SKAS_PTRACE_H77-#define __SYSDEP_IA64_SKAS_PTRACE_H88-99-struct ptrace_faultinfo {1010- int is_write;1111- unsigned long addr;1212-};1313-1414-struct ptrace_ldt {1515- int func;1616- void *ptr;1717- unsigned long bytecount;1818-};1919-2020-#define PTRACE_LDT 542121-2222-#endif
-10
arch/um/sys-ia64/sysdep/syscalls.h
···11-/* 22- * Copyright (C) 2000 Jeff Dike (jdike@karaya.com)33- * Licensed under the GPL44- */55-66-#ifndef __SYSDEP_IA64_SYSCALLS_H77-#define __SYSDEP_IA64_SYSCALLS_H88-99-#endif1010-