um: take userland definition of barrier() to user.h
[pandora-kernel.git] / arch / um / include / shared / process.h
1 /* 
2  * Copyright (C) 2000 - 2008 Jeff Dike (jdike@{addtoit,linux.intel}.com)
3  * Licensed under the GPL
4  */
5
6 #ifndef __PROCESS_H__
7 #define __PROCESS_H__
8
9 #include <signal.h>
10
11 extern void sig_handler(int sig, struct sigcontext *sc);
12 extern void alarm_handler(int sig, struct sigcontext *sc);
13
14 #endif