xref: /openbmc/linux/arch/xtensa/include/uapi/asm/poll.h (revision 7a163b21)
1e2be04c7SGreg Kroah-Hartman /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
283596729SDavid Howells /*
383596729SDavid Howells  * include/asm-xtensa/poll.h
483596729SDavid Howells  *
583596729SDavid Howells  * This file is subject to the terms and conditions of the GNU General
683596729SDavid Howells  * Public License.  See the file "COPYING" in the main directory of
783596729SDavid Howells  * this archive for more details.
883596729SDavid Howells  *
983596729SDavid Howells  * Copyright (C) 2001 - 2005 Tensilica Inc.
1083596729SDavid Howells  */
1183596729SDavid Howells 
1283596729SDavid Howells #ifndef _XTENSA_POLL_H
1383596729SDavid Howells #define _XTENSA_POLL_H
1483596729SDavid Howells 
1583596729SDavid Howells #define POLLWRNORM	POLLOUT
167a163b21SAl Viro #define POLLWRBAND	0x0100
177a163b21SAl Viro #define POLLREMOVE	0x0800
1883596729SDavid Howells 
1983596729SDavid Howells #include <asm-generic/poll.h>
2083596729SDavid Howells 
2183596729SDavid Howells #endif /* _XTENSA_POLL_H */
22