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