linux-surface/kernel/arch/frv/include/uapi/asm/poll.h

14 lines
213 B
C
Raw Normal View History

2017-11-06 02:38:20 +00:00
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2017-08-10 13:25:24 +00:00
#ifndef _ASM_POLL_H
#define _ASM_POLL_H
#define POLLWRNORM POLLOUT
#define POLLWRBAND 256
#include <asm-generic/poll.h>
#undef POLLREMOVE
#endif