1. NAME

struct_ccwgroup_device - ccw group device

2. SYNOPSIS



 
Sélectionnez
struct ccwgroup_device {
  enum state;
  unsigned int count;
  struct device dev;
  struct ccw_device * cdev[0];
};

3. MEMBERS

state
    online/offline state

count
    number of attached slave devices

dev
    embedded device structure

cdev[0]
    variable number of slave devices, allocated as needed

4. AUTHOR

Cornelia Huck <>
    Author.

5. COPYRIGHT