xref: /linux/drivers/s390/cio/blacklist.h (revision 367b8112fe2ea5c39a7bb4d263dcdd9b612fae18)
1 #ifndef S390_BLACKLIST_H
2 #define S390_BLACKLIST_H
3 
4 extern int is_blacklisted (int ssid, int devno);
5 
6 #endif
7