1. NAME

struct_usbdrv_wrap - wrapper for driver-model structure

2. SYNOPSIS



 
Sélectionnez
struct usbdrv_wrap {
  struct device_driver driver;
  int for_devices;
};

3. MEMBERS

driver
    The driver-model core driver structure.

for_devices
    Non-zero for device drivers, 0 for interface drivers.

4. COPYRIGHT