summaryrefslogtreecommitdiff
path: root/arch/um/sys-ia64/sysdep/ptrace.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/um/sys-ia64/sysdep/ptrace.h')
-rw-r--r--arch/um/sys-ia64/sysdep/ptrace.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/um/sys-ia64/sysdep/ptrace.h b/arch/um/sys-ia64/sysdep/ptrace.h
new file mode 100644
index 00000000..0f0f4e6f
--- /dev/null
+++ b/arch/um/sys-ia64/sysdep/ptrace.h
@@ -0,0 +1,16 @@
+/*
+ * Copyright (C) 2000 Jeff Dike (jdike@karaya.com)
+ * Licensed under the GPL
+ */
+
+#ifndef __SYSDEP_IA64_PTRACE_H
+#define __SYSDEP_IA64_PTRACE_H
+
+struct sys_pt_regs {
+ int foo;
+};
+
+#define EMPTY_REGS { 0 }
+
+#endif
+