initial commit with v2.6.9
[linux-2.6.9-moxart.git] / arch / um / include / process.h
blob07af218574fdf3b1eaa57bca03d58a5e73793fcb
1 /*
2 * Copyright (C) 2000, 2001, 2002 Jeff Dike (jdike@karaya.com)
3 * Licensed under the GPL
4 */
6 #ifndef __PROCESS_H__
7 #define __PROCESS_H__
9 #include <asm/sigcontext.h>
11 extern void sig_handler(int sig, struct sigcontext sc);
12 extern void alarm_handler(int sig, struct sigcontext sc);
14 #endif
17 * Overrides for Emacs so that we follow Linus's tabbing style.
18 * Emacs will notice this stuff at the end of the file and automatically
19 * adjust the settings for this buffer only. This must remain at the end
20 * of the file.
21 * ---------------------------------------------------------------------------
22 * Local variables:
23 * c-file-style: "linux"
24 * End: