1. NAME

struct_hsi_client_driver - Driver associated to an HSI client

2. SYNOPSIS



 
Sélectionnez
struct hsi_client_driver {
  struct device_driver driver;
};

3. MEMBERS

driver
    Driver model representation of the driver

4. COPYRIGHT