#ifndef __ASM_GENERIC_POLL_H
#define __ASM_GENERIC_POLL_H

/* These are specified by iBCS2 */
#define POLLIN		0x0001
#define POLLPRI		0x0002
#define POLLOUT		0x0004
#define POLLERR		0x0008
#define POLLHUP		0x0010
#define POLLNVAL	0x0020

/* The rest seem to be more-or-less nonstandard. Check them! */
#define POLLRDNORM	0x0040
#define POLLRDBAND	0x0080
#ifndef POLLWRNORM
#define POLLWRNORM	0x0100
#endif
#ifndef POLLWRBAND
#define POLLWRBAND	0x0200
#endif
#ifndef POLLMSG
#define POLLMSG		0x0400
#endif
#ifndef POLLREMOVE
#define POLLREMOVE	0x1000
#endif
#ifndef POLLRDHUP
#define POLLRDHUP       0x2000
#endif

#define POLLFREE	0x4000	/* currently only for epoll */

#define POLL_BUSY_LOOP	0x8000

struct pollfd {
	int fd;
	short events;
	short revents;
};

#endif	/* __ASM_GENERIC_POLL_H */
inux/net-next.git/'>net-next.git</a></td><td class='form'><form method='get'>
<input type='hidden' name='id' value='4dee62b1b9b43c9bbf49c93cd114e1bf1334fb6a'/><select name='h' onchange='this.form.submit();'>
<option value='emaclite-cleanup'>emaclite-cleanup</option>
<option value='master'>master</option>
<option value='nds-private-remove' selected='selected'>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/?h=nds-private-remove'>summary</a><a href='/cgit.cgi/linux/net-next.git/refs/?h=nds-private-remove&amp;id=4dee62b1b9b43c9bbf49c93cd114e1bf1334fb6a'>refs</a><a class='active' href='/cgit.cgi/linux/net-next.git/log/include/rxrpc?h=nds-private-remove'>log</a><a href='/cgit.cgi/linux/net-next.git/tree/include/rxrpc?h=nds-private-remove&amp;id=4dee62b1b9b43c9bbf49c93cd114e1bf1334fb6a'>tree</a><a href='/cgit.cgi/linux/net-next.git/commit/include/rxrpc?h=nds-private-remove&amp;id=4dee62b1b9b43c9bbf49c93cd114e1bf1334fb6a'>commit</a><a href='/cgit.cgi/linux/net-next.git/diff/include/rxrpc?h=nds-private-remove&amp;id=4dee62b1b9b43c9bbf49c93cd114e1bf1334fb6a'>diff</a></td><td class='form'><form class='right' method='get' action='/cgit.cgi/linux/net-next.git/log/include/rxrpc'>
<input type='hidden' name='h' value='nds-private-remove'/><input type='hidden' name='id' value='4dee62b1b9b43c9bbf49c93cd114e1bf1334fb6a'/><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/?h=nds-private-remove&amp;id=4dee62b1b9b43c9bbf49c93cd114e1bf1334fb6a'>root</a>/<a href='/cgit.cgi/linux/net-next.git/log/include?h=nds-private-remove&amp;id=4dee62b1b9b43c9bbf49c93cd114e1bf1334fb6a'>include</a>/<a href='/cgit.cgi/linux/net-next.git/log/include/rxrpc?h=nds-private-remove&amp;id=4dee62b1b9b43c9bbf49c93cd114e1bf1334fb6a'>rxrpc</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/rxrpc?h=nds-private-remove&amp;id=4dee62b1b9b43c9bbf49c93cd114e1bf1334fb6a&amp;showmsg=1'>Expand</a>)</th><th class='left'>Author</th><th class='left'>Files</th><th class='left'>Lines</th></tr>