#ifndef _UAPI_LINUX_WAIT_H
#define _UAPI_LINUX_WAIT_H

#define WNOHANG		0x00000001
#define WUNTRACED	0x00000002
#define WSTOPPED	WUNTRACED
#define WEXITED		0x00000004
#define WCONTINUED	0x00000008
#define WNOWAIT		0x01000000	/* Don't reap, just poll status.  */

#define __WNOTHREAD	0x20000000	/* Don't wait on children of other threads in this group */
#define __WALL		0x40000000	/* Wait on all children, regardless of type */
#define __WCLONE	0x80000000	/* Wait only on non-SIGCHLD children */

/* First argument to waitid: */
#define P_ALL		0
#define P_PID		1
#define P_PGID		2


#endif /* _UAPI_LINUX_WAIT_H */
r'>
<tr>
<td class='logo' rowspan='2'><a href='/cgit.cgi/'><img src='/cgit.png' alt='cgit logo'/></a></td>
<td class='main'><a href='/cgit.cgi/'>index</a> : <a href='/cgit.cgi/linux/net-next.git/'>net-next.git</a></td><td class='form'><form method='get'>
<input type='hidden' name='id' value='da9f33018e2c0b2f341cb574e3c08363e3b0dd28'/><select name='h' onchange='this.form.submit();'>
<option value='emaclite-cleanup'>emaclite-cleanup</option>
<option value='master' selected='selected'>master</option>
<option value='nds-private-remove'>nds-private-remove</option>
<option value='packet-loop-back'>packet-loop-back</option>
<option value='packet-rx-pump-back'>packet-rx-pump-back</option>
</select> <input type='submit' value='switch'/></form></td></tr>
<tr><td class='sub'>net-next plumbings</td><td class='sub right'>Tobias Klauser</td></tr></table>
<table class='tabs'><tr><td>
<a href='/cgit.cgi/linux/net-next.git/'>summary</a><a href='/cgit.cgi/linux/net-next.git/refs/?id=da9f33018e2c0b2f341cb574e3c08363e3b0dd28'>refs</a><a class='active' href='/cgit.cgi/linux/net-next.git/log/include/xen/interface/hvm'>log</a><a href='/cgit.cgi/linux/net-next.git/tree/include/xen/interface/hvm?id=da9f33018e2c0b2f341cb574e3c08363e3b0dd28'>tree</a><a href='/cgit.cgi/linux/net-next.git/commit/include/xen/interface/hvm?id=da9f33018e2c0b2f341cb574e3c08363e3b0dd28'>commit</a><a href='/cgit.cgi/linux/net-next.git/diff/include/xen/interface/hvm?id=da9f33018e2c0b2f341cb574e3c08363e3b0dd28'>diff</a></td><td class='form'><form class='right' method='get' action='/cgit.cgi/linux/net-next.git/log/include/xen/interface/hvm'>
<input type='hidden' name='id' value='da9f33018e2c0b2f341cb574e3c08363e3b0dd28'/><select name='qt'>
<option value='grep'>log msg</option>
<option value='author'>author</option>
<option value='committer'>committer</option>
<option value='range'>range</option>
</select>
<input class='txt' type='search' size='10' name='q' value=''/>
<input type='submit' value='search'/>
</form>
</td></tr></table>
<div class='path'>path: <a href='/cgit.cgi/linux/net-next.git/log/?id=da9f33018e2c0b2f341cb574e3c08363e3b0dd28'>root</a>/<a href='/cgit.cgi/linux/net-next.git/log/include?id=da9f33018e2c0b2f341cb574e3c08363e3b0dd28'>include</a>/<a href='/cgit.cgi/linux/net-next.git/log/include/xen?id=da9f33018e2c0b2f341cb574e3c08363e3b0dd28'>xen</a>/<a href='/cgit.cgi/linux/net-next.git/log/include/xen/interface?id=da9f33018e2c0b2f341cb574e3c08363e3b0dd28'>interface</a>/<a href='/cgit.cgi/linux/net-next.git/log/include/xen/interface/hvm?id=da9f33018e2c0b2f341cb574e3c08363e3b0dd28'>hvm</a></div><div class='content'><table class='list nowrap'><tr class='nohover'><th class='left'>Age</th><th class='left'>Commit message (<a href='/cgit.cgi/linux/net-next.git/log/include/xen/interface/hvm?id=da9f33018e2c0b2f341cb574e3c08363e3b0dd28&amp;showmsg=1'>Expand</a>)</th><th class='left'>Author</th><th class='left'>Files</th><th class='left'>Lines</th></tr>