| * Enum for classifying detected devices. |
| /* Device is not a channel */ |
| /* Device is a ESCON channel */ |
| /* Device is a FICON channel */ |
| /* Device is a P390 LCS card */ |
| /* Device is a OSA2 card */ |
| /* Device is a CLAW channel device */ |
| /* Device is a channel, but we don't know |
| /* Device is an unsupported model */ |
| channel_type_unsupported, |
| /* number of type entries */ |
| extern const char *cu3088_type[num_channel_types]; |
| extern int register_cu3088_discipline(struct ccwgroup_driver *); |
| extern void unregister_cu3088_discipline(struct ccwgroup_driver *); |