Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 989a7241df87526bfef0396567e71ebe53a84ae4 9 lines 163 B view raw
1#ifndef __V850_POLL_H__ 2#define __V850_POLL_H__ 3 4#define POLLWRNORM POLLOUT 5#define POLLWRBAND 0x0100 6 7#include <asm-generic/poll.h> 8 9#endif /* __V850_POLL_H__ */