ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.6.tar.bz2
[linux-2.6.git] / arch / um / kernel / tt / ptproxy / wait.h
1 /**********************************************************************
2 wait.h
3
4 Copyright (C) 1999 Lars Brinkhoff.  See the file COPYING for licensing
5 terms and conditions.
6 **********************************************************************/
7
8 #ifndef __PTPROXY_WAIT_H
9 #define __PTPROXY_WAIT_H
10
11 extern int proxy_wait_return(struct debugger *debugger, pid_t unused);
12 extern int real_wait_return(struct debugger *debugger);
13 extern int parent_wait_return(struct debugger *debugger, pid_t unused);
14
15 #endif