2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-25 13:43:55 +08:00
linux-next/include/asm-v850/poll.h

10 lines
163 B
C
Raw Normal View History

#ifndef __V850_POLL_H__
#define __V850_POLL_H__
#define POLLWRNORM POLLOUT
#define POLLWRBAND 0x0100
#include <asm-generic/poll.h>
#endif /* __V850_POLL_H__ */