Changes in uspace/lib/libpci/internal.h [e5773c6:a000878c] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libpci/internal.h
re5773c6 ra000878c 13 13 14 14 struct pci_methods { 15 c har *name;15 const char *name; 16 16 void (*config) (struct pci_access *); 17 17 int (*detect) (struct pci_access *);
Note:
See TracChangeset
for help on using the changeset viewer.