From aa2c47e0a60470f20babaaa00ec94cf50c1feb6c Mon Sep 17 00:00:00 2001 From: David Howells Date: Wed, 10 Oct 2012 12:09:42 +0100 Subject: UAPI: (Scripted) Disintegrate arch/frv/include/asm Signed-off-by: David Howells Acked-by: Arnd Bergmann Acked-by: Thomas Gleixner Acked-by: Michael Kerrisk Acked-by: Paul E. McKenney Acked-by: Dave Jones --- arch/frv/include/uapi/asm/poll.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 arch/frv/include/uapi/asm/poll.h (limited to 'arch/frv/include/uapi/asm/poll.h') diff --git a/arch/frv/include/uapi/asm/poll.h b/arch/frv/include/uapi/asm/poll.h new file mode 100644 index 0000000..0d01479 --- /dev/null +++ b/arch/frv/include/uapi/asm/poll.h @@ -0,0 +1,12 @@ +#ifndef _ASM_POLL_H +#define _ASM_POLL_H + +#define POLLWRNORM POLLOUT +#define POLLWRBAND 256 + +#include + +#undef POLLREMOVE + +#endif + -- cgit v1.1