]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/h8300/include/uapi/asm/poll.h
UAPI: (Scripted) Disintegrate arch/h8300/include/asm
[karo-tx-linux.git] / arch / h8300 / include / uapi / asm / poll.h
diff --git a/arch/h8300/include/uapi/asm/poll.h b/arch/h8300/include/uapi/asm/poll.h
new file mode 100644 (file)
index 0000000..f61540c
--- /dev/null
@@ -0,0 +1,11 @@
+#ifndef __H8300_POLL_H
+#define __H8300_POLL_H
+
+#define POLLWRNORM     POLLOUT
+#define POLLWRBAND     256
+
+#include <asm-generic/poll.h>
+
+#undef POLLREMOVE
+
+#endif