aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/sys-ia64/sysdep/ptrace.h
blob: 0f0f4e6fd334f9a5152758c7697728d7148ade6d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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