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