5 * Enum for classifying detected devices.
8 /* Device is not a channel */
11 /* Device is a CTC/A */
12 channel_type_parallel,
14 /* Device is a ESCON channel */
17 /* Device is a FICON channel */
20 /* Device is a OSA2 card */
23 /* Device is a CLAW channel device */
26 /* Device is a channel, but we don't know
27 * anything about it */
30 /* Device is an unsupported model */
31 channel_type_unsupported,
33 /* number of type entries */
37 extern const char *cu3088_type[num_channel_types];
38 extern int register_cu3088_discipline(struct ccwgroup_driver *);
39 extern void unregister_cu3088_discipline(struct ccwgroup_driver *);