]> err.no Git - linux-2.6/blobdiff - include/linux/device.h
[ACPI] Bind PCI devices with ACPI devices
[linux-2.6] / include / linux / device.h
index df94c0de53f2b6b0d91c56142838766db5fd0a3b..de2d6fe349de3c593da0754b8d90b1d01952f07e 100644 (file)
@@ -269,8 +269,10 @@ struct device {
        struct device_driver *driver;   /* which driver has allocated this
                                           device */
        void            *driver_data;   /* data private to the driver */
-       void            *platform_data; /* Platform specific data (e.g. ACPI,
-                                          BIOS data relevant to device) */
+       void            *platform_data; /* Platform specific data, device
+                                          core doesn't touch it */
+       void            *firmware_data; /* Firmware specific data (e.g. ACPI,
+                                          BIOS data),reserved for device core*/
        struct dev_pm_info      power;
 
        u64             *dma_mask;      /* dma mask (if dma'able device) */