Changeset 463 for GPL/trunk/include/linux/pci.h
- Timestamp:
- Oct 8, 2009, 10:30:20 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk/include/linux/pci.h
r454 r463 313 313 #endif 314 314 void *private_data; 315 void *platform_data; 316 315 317 struct device_driver *driver; 316 318 struct pm_dev *pm_dev; … … 708 710 } 709 711 712 #define PCI_VDEVICE(vendor, device) \ 713 PCI_VENDOR_ID_##vendor, (device), \ 714 PCI_ANY_ID, PCI_ANY_ID, 0, 0 715 710 716 #endif /* LINUX_PCI_H */
Note:
See TracChangeset
for help on using the changeset viewer.