summaryrefslogtreecommitdiffstats
path: root/drivers/s390/net/claw.h
diff options
context:
space:
mode:
authorUrsula Braun2009-11-12 22:46:29 +0100
committerDavid S. Miller2009-11-14 05:47:00 +0100
commit0ca8cc6fe7e1acd42a8a3741473ad7540f13893a (patch)
treeaa443f7574e8a8e3a0aee0bd84ab852e4eac2294 /drivers/s390/net/claw.h
parentctcm: suspend has to wait for outstanding I/O (diff)
downloadkernel-qcow2-linux-0ca8cc6fe7e1acd42a8a3741473ad7540f13893a.tar.gz
kernel-qcow2-linux-0ca8cc6fe7e1acd42a8a3741473ad7540f13893a.tar.xz
kernel-qcow2-linux-0ca8cc6fe7e1acd42a8a3741473ad7540f13893a.zip
s390: remove cu3088 layer for lcs and ctcm
The cu3088-driver used as common base for lcs- and ctcm-devices makes it difficult to assign the appropriate driver to an lcs-device or a ctcm-device. This patch eliminates the cu3088-driver and thus the root device "cu3088". Path /sys/devices/cu3088 is replaced with the pathes /sys/devices/lcs and /sys/devices/ctcm. Patch is based on a proposal from Cornelia Huck. Cc: Cornelia Huck <cornelia.huck@de.ibm.com> Signed-off-by: Ursula Braun <ursula.braun@de.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/s390/net/claw.h')
-rw-r--r--drivers/s390/net/claw.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/s390/net/claw.h b/drivers/s390/net/claw.h
index 005072c420d3..46d59a13db12 100644
--- a/drivers/s390/net/claw.h
+++ b/drivers/s390/net/claw.h
@@ -129,6 +129,18 @@ static inline int claw_dbf_passes(debug_info_t *dbf_grp, int level)
} \
} while (0)
+/**
+ * Enum for classifying detected devices.
+ */
+enum claw_channel_types {
+ /* Device is not a channel */
+ claw_channel_type_none,
+
+ /* Device is a CLAW channel device */
+ claw_channel_type_claw
+};
+
+
/*******************************************************
* Define Control Blocks *
* *