mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-04 22:36:42 +07: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
|