xref: /openbmc/linux/arch/xtensa/include/uapi/asm/poll.h (revision 83596729)
183596729SDavid Howells /*
283596729SDavid Howells  * include/asm-xtensa/poll.h
383596729SDavid Howells  *
483596729SDavid Howells  * This file is subject to the terms and conditions of the GNU General
583596729SDavid Howells  * Public License.  See the file "COPYING" in the main directory of
683596729SDavid Howells  * this archive for more details.
783596729SDavid Howells  *
883596729SDavid Howells  * Copyright (C) 2001 - 2005 Tensilica Inc.
983596729SDavid Howells  */
1083596729SDavid Howells 
1183596729SDavid Howells #ifndef _XTENSA_POLL_H
1283596729SDavid Howells #define _XTENSA_POLL_H
1383596729SDavid Howells 
1483596729SDavid Howells #define POLLWRNORM	POLLOUT
1583596729SDavid Howells #define POLLWRBAND	0x0100
1683596729SDavid Howells #define POLLREMOVE	0x0800
1783596729SDavid Howells 
1883596729SDavid Howells #include <asm-generic/poll.h>
1983596729SDavid Howells 
2083596729SDavid Howells #endif /* _XTENSA_POLL_H */
21