mirror of
				https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
				synced 2025-10-31 16:38:31 +00:00 
			
		
		
		
	 04dd08b45b
			
		
	
	
		04dd08b45b
		
	
	
	
	
		
			
			These files are almost all the same. This patch could be made even simpler if we don't mind POLLREMOVE turning up in a few architectures that didn't have it previously (which should be OK as POLLREMOVE is not used anywhere in the current tree). Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Cc: <linux-arch@vger.kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
		
			
				
	
	
		
			10 lines
		
	
	
		
			134 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			134 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef __m68k_POLL_H
 | |
| #define __m68k_POLL_H
 | |
| 
 | |
| #define POLLWRNORM	POLLOUT
 | |
| #define POLLWRBAND	256
 | |
| 
 | |
| #include <asm-generic/poll.h>
 | |
| 
 | |
| #endif
 |