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