Subversion Repositories HelenOS-historic

Rev

Rev 1301 | Rev 1324 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1301 Rev 1302
Line 143... Line 143...
143
 *  SUBSYSTEM | ...         (-1, -1, subvendorID, subdevID) -> generic subsystem
143
 *  SUBSYSTEM | ...         (-1, -1, subvendorID, subdevID) -> generic subsystem
144
 *  CLASS               (classID) -> class
144
 *  CLASS               (classID) -> class
145
 *  PROGIF              (classID, progif) -> programming interface
145
 *  PROGIF              (classID, progif) -> programming interface
146
 */
146
 */
147
 
147
 
148
char *pci_lookup_name(struct pci_access *a, char *buf, int size, int flags, ...);
148
char *pci_lookup_name(struct pci_access *a, char *buf, int size, int flags,
-
 
149
              ...);
149
 
150
 
150
int pci_load_name_list(struct pci_access *a);   /* Called automatically by pci_lookup_*() when needed; returns success */
151
int pci_load_name_list(struct pci_access *a);   /* Called automatically by pci_lookup_*() when needed; returns success */
151
void pci_free_name_list(struct pci_access *a);  /* Called automatically by pci_cleanup() */
152
void pci_free_name_list(struct pci_access *a);  /* Called automatically by pci_cleanup() */
152
 
153
 
153
enum pci_lookup_mode {
154
enum pci_lookup_mode {