poll.h 509 B

123456789101112131415161718192021
  1. /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
  2. /*
  3. * include/asm-xtensa/poll.h
  4. *
  5. * This file is subject to the terms and conditions of the GNU General
  6. * Public License. See the file "COPYING" in the main directory of
  7. * this archive for more details.
  8. *
  9. * Copyright (C) 2001 - 2005 Tensilica Inc.
  10. */
  11. #ifndef _XTENSA_POLL_H
  12. #define _XTENSA_POLL_H
  13. #define POLLWRNORM POLLOUT
  14. #define POLLWRBAND 0x0100
  15. #define POLLREMOVE 0x0800
  16. #include <asm-generic/poll.h>
  17. #endif /* _XTENSA_POLL_H */