From 61730c538f8281efa7ac12596da9f3f9a31b9272 Mon Sep 17 00:00:00 2001 From: David Howells Date: Tue, 9 Oct 2012 09:47:14 +0100 Subject: UAPI: (Scripted) Disintegrate arch/mips/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/mips/include/uapi/asm/poll.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 arch/mips/include/uapi/asm/poll.h (limited to 'arch/mips/include/uapi/asm/poll.h') diff --git a/arch/mips/include/uapi/asm/poll.h b/arch/mips/include/uapi/asm/poll.h new file mode 100644 index 00000000000..47b95208043 --- /dev/null +++ b/arch/mips/include/uapi/asm/poll.h @@ -0,0 +1,9 @@ +#ifndef __ASM_POLL_H +#define __ASM_POLL_H + +#define POLLWRNORM POLLOUT +#define POLLWRBAND 0x0100 + +#include + +#endif /* __ASM_POLL_H */ -- cgit v1.2.3