const struct pci_device_id *id_table

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



In my project, I have to get access to fields of: const struct pci_device_id *id_table


/* struct pci_driver
    * {
    *   const char *name
    *   const struct pci_device_id *id_table
    *   int (*probe) (struct pci_dev *dev, const struct pci_device_id *id)
    *   void (*remove) (struct pci_dev *dev)
    * }
    */

How do I get access in my User Level Module?

Thanks,
Myrto



[Index of Archives]     [Newbies FAQ]     [Linux Kernel Mentors]     [Linux Kernel Development]     [IETF Annouce]     [Git]     [Networking]     [Security]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux SCSI]     [Linux ACPI]
  Powered by Linux