Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
blacklist.h
Go to the documentation of this file.
1 #ifndef S390_BLACKLIST_H
2 #define S390_BLACKLIST_H
3 
4 extern int is_blacklisted (int ssid, int devno);
5 
6 #endif