2000-12-16 00:54:30

by Jani Monoses

[permalink] [raw]
Subject: pci_match_device question


Hi,
why is pci_match_device supposed to return a _const_ struct
pci_device_id?What are the implications of defining it this way?
Is it just a contract or the compiler/linker does smt special with it if
its const?

Sorry if the second part of the question is a bit OT.

Jani