poll.h 197 B

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