summaryrefslogtreecommitdiff
path: root/arch/frv/include/uapi/asm/poll.h
blob: 887b672883400d5d3a3aaafafe94908f0864b004 (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	256

#include <asm-generic/poll.h>

#undef POLLREMOVE

#endif