Files
linux-apfs/include/asm-frv/poll.h
T

13 lines
150 B
C
Raw Normal View History

2005-04-16 15:20:36 -07:00
#ifndef _ASM_POLL_H
#define _ASM_POLL_H
#define POLLWRNORM POLLOUT
#define POLLWRBAND 256
2007-05-10 22:22:40 -07:00
#include <asm-generic/poll.h>
#undef POLLREMOVE
2005-04-16 15:20:36 -07:00
#endif