oleavr-rgl-a500-mini-linux-.../arch/frv/include/uapi/asm/poll.h
Ole André Vadla Ravnås 169c65d57e Initial commit
2022-05-07 01:01:45 +02:00

12 lines
150 B
C

#ifndef _ASM_POLL_H
#define _ASM_POLL_H
#define POLLWRNORM POLLOUT
#define POLLWRBAND 256
#include <asm-generic/poll.h>
#undef POLLREMOVE
#endif