xref: /openbmc/linux/arch/m68k/include/uapi/asm/poll.h (revision 7a163b21)
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
67a163b21SAl Viro #define POLLWRBAND	256
710b3a979SDavid Howells 
810b3a979SDavid Howells #include <asm-generic/poll.h>
910b3a979SDavid Howells 
1010b3a979SDavid Howells #endif
11