poll.h 217 B

12345678910
  1. /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
  2. #ifndef __ASM_POLL_H
  3. #define __ASM_POLL_H
  4. #define POLLWRNORM POLLOUT
  5. #define POLLWRBAND 0x0100
  6. #include <asm-generic/poll.h>
  7. #endif /* __ASM_POLL_H */