where struct pci_device_id is defined ?
Hi. I'm trying to find the definition of "struct pci_device_id" , but I only get forward declarations. I tried grepping the entire tree, and nothing matches. Am I missing something ? Thanks. Ramon
On Tue, Oct 27, 2015 at 07:46:32AM +0000, Ramon Fried wrote:
Hi.
I'm trying to find the definition of "struct pci_device_id" , but I only get forward declarations.
I tried grepping the entire tree, and nothing matches.
Please try harder, I see it very easily, where exactly are you looking? greg k-h
On Tue, Oct 27, 2015 at 8:46 AM, Ramon Fried <ramon.fried@tandemg.com> wrote:
Hi.
I'm trying to find the definition of "struct pci_device_id" , but I only get forward declarations.
I tried grepping the entire tree, and nothing matches.
Am I missing something ?
Thanks.
Ramon
Hi, http://lxr.free-electrons.com/source/include/linux/mod_devicetable.h#L18 Bojan
participants (3)
-
bojan prtvar -
Greg KH -
Ramon Fried