blob: d7053ada7c69502f4344cdadca3ba00b4bfe8286 [file] [log] [blame]
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_POLL_H
#define _ASM_POLL_H
#define POLLWRNORM POLLOUT
#define POLLWRBAND (__force __poll_t)256
#include <asm-generic/poll.h>
#undef POLLREMOVE
#endif