blacklist.h 98 B

123456
  1. #ifndef S390_BLACKLIST_H
  2. #define S390_BLACKLIST_H
  3. extern int is_blacklisted (int devno);
  4. #endif