summaryrefslogtreecommitdiffstats
path: root/drivers/s390/cio/blacklist.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/s390/cio/blacklist.h')
-rw-r--r--drivers/s390/cio/blacklist.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/s390/cio/blacklist.h b/drivers/s390/cio/blacklist.h
new file mode 100644
index 000000000..140e3e4ee
--- /dev/null
+++ b/drivers/s390/cio/blacklist.h
@@ -0,0 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+#ifndef S390_BLACKLIST_H
+#define S390_BLACKLIST_H
+
+extern int is_blacklisted (int ssid, int devno);
+
+#endif