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.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/s390/cio/blacklist.h b/drivers/s390/cio/blacklist.h
new file mode 100644
index 000000000000..fb42cafbe57c
--- /dev/null
+++ b/drivers/s390/cio/blacklist.h
@@ -0,0 +1,6 @@
+#ifndef S390_BLACKLIST_H
+#define S390_BLACKLIST_H
+
+extern int is_blacklisted (int devno);
+
+#endif