Input: appletouch - apply idle reset logic to all touchpads
[pandora-kernel.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