Subversion Repositories HelenOS

Rev

Rev 4242 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4242 Rev 4295
Line 36... Line 36...
36
void pci_mfree(void *);
36
void pci_mfree(void *);
37
 
37
 
38
struct pci_dev *pci_alloc_dev(struct pci_access *);
38
struct pci_dev *pci_alloc_dev(struct pci_access *);
39
int pci_link_dev(struct pci_access *, struct pci_dev *);
39
int pci_link_dev(struct pci_access *, struct pci_dev *);
40
 
40
 
41
extern struct pci_methods pm_intel_conf1, pm_intel_conf2, pm_us2i;
41
extern struct pci_methods pm_intel_conf1, pm_intel_conf2, pm_us2;