2017-12-04 17:39:38 +08:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0 */
|
2005-04-17 06:20:36 +08:00
|
|
|
#ifndef S390_BLACKLIST_H
|
|
|
|
#define S390_BLACKLIST_H
|
|
|
|
|
2006-01-06 16:19:25 +08:00
|
|
|
extern int is_blacklisted (int ssid, int devno);
|
2005-04-17 06:20:36 +08:00
|
|
|
|
|
|
|
#endif
|