Subversion Repositories Kolibri OS

Rev

Rev 1633 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1633 Rev 1867
Line 128... Line 128...
128
//    struct acpi_device_dir dir;
128
//    struct acpi_device_dir dir;
129
    struct acpi_device_ops ops;
129
    struct acpi_device_ops ops;
130
//    struct acpi_driver *driver;
130
//    struct acpi_driver *driver;
131
    void *driver_data;
131
    void   *driver_data;
132
//    struct device dev;
132
    struct pci_dev *pci_dev;
-
 
133
//    struct device dev;
133
    struct acpi_bus_ops bus_ops;    /* workaround for different code path for hotplug */
134
    struct acpi_bus_ops bus_ops;    /* workaround for different code path for hotplug */
134
 //   enum acpi_bus_removal_type removal_type;    /* indicate for different removal type */
135
 //   enum acpi_bus_removal_type removal_type;    /* indicate for different removal type */
135
};
136
};
136
 
137