mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-19 02:04:19 +08:00
5457982641
Signed-off-by: David Howells <dhowells@redhat.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Thomas Gleixner <tglx@linutronix.de> Acked-by: Michael Kerrisk <mtk.manpages@gmail.com> Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Acked-by: Dave Jones <davej@redhat.com>
13 lines
210 B
C
13 lines
210 B
C
#ifndef __SPARC_POLL_H
|
|
#define __SPARC_POLL_H
|
|
|
|
#define POLLWRNORM POLLOUT
|
|
#define POLLWRBAND 256
|
|
#define POLLMSG 512
|
|
#define POLLREMOVE 1024
|
|
#define POLLRDHUP 2048
|
|
|
|
#include <asm-generic/poll.h>
|
|
|
|
#endif
|