ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.6.tar.bz2
[linux-2.6.git] / arch / um / kernel / tt / include / ptrace-tt.h
1 /* 
2  * Copyright (C) 2000, 2001, 2002 Jeff Dike (jdike@karaya.com)
3  * Licensed under the GPL
4  */
5
6 #ifndef __PTRACE_TT_H
7 #define __PTRACE_TT_H
8
9 #include "uml-config.h"
10
11 #ifdef UML_CONFIG_MODE_TT
12 #include "sysdep/sc.h"
13 #endif
14
15 #endif
16
17 /*
18  * Overrides for Emacs so that we follow Linus's tabbing style.
19  * Emacs will notice this stuff at the end of the file and automatically
20  * adjust the settings for this buffer only.  This must remain at the end
21  * of the file.
22  * ---------------------------------------------------------------------------
23  * Local variables:
24  * c-file-style: "linux"
25  * End:
26  */