Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
0002 #ifndef __ASM_POLL_H
0003 #define __ASM_POLL_H
0004 
0005 #define POLLWRNORM  POLLOUT
0006 #define POLLWRBAND  0x0100
0007 
0008 #include <asm-generic/poll.h>
0009 
0010 #endif /* __ASM_POLL_H */