1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
3 * include/asm-xtensa/poll.h
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.
9 * Copyright (C) 2001 - 2005 Tensilica Inc.
12 #ifndef _XTENSA_POLL_H
13 #define _XTENSA_POLL_H
15 #define POLLWRNORM POLLOUT
16 #define POLLWRBAND 0x0100
17 #define POLLREMOVE 0x0800
19 #include <asm-generic/poll.h>
21 #endif /* _XTENSA_POLL_H */