Add support for multiple subchannel sets. Works with arbitrary devices in subchannel set 1 and is transparent to device drivers. Although currently only two subchannel sets are available, this will work with the architectured maximum number of subchannel sets as well. Signed-off-by: Cornelia Huck <cohuck@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
		
			
				
	
	
		
			6 lines
		
	
	
	
		
			108 B
			
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
	
		
			108 B
			
		
	
	
	
		
			C
		
	
	
	
	
	
#ifndef S390_BLACKLIST_H
 | 
						|
#define S390_BLACKLIST_H
 | 
						|
 | 
						|
extern int is_blacklisted (int ssid, int devno);
 | 
						|
 | 
						|
#endif
 |