xref: /openbmc/linux/arch/m68k/include/uapi/asm/poll.h (revision ed029343951f9f0c8600a484841c67e6c129717b)
16f52b16cSGreg Kroah-Hartman /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
210b3a979SDavid Howells #ifndef __m68k_POLL_H
310b3a979SDavid Howells #define __m68k_POLL_H
410b3a979SDavid Howells 
510b3a979SDavid Howells #define POLLWRNORM	POLLOUT
6*7a163b21SAl Viro #define POLLWRBAND	256
710b3a979SDavid Howells 
810b3a979SDavid Howells #include <asm-generic/poll.h>
910b3a979SDavid Howells 
1010b3a979SDavid Howells #endif
11