summaryrefslogtreecommitdiff
path: root/arch/frv/include/uapi/asm/poll.h
blob: d7053ada7c69502f4344cdadca3ba00b4bfe8286 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* 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