Subversion Repositories HelenOS

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 27... Line 27...
27
 
27
 
28
void pci_generic_scan_bus(struct pci_access *, byte *busmap, int bus);
28
void pci_generic_scan_bus(struct pci_access *, byte * busmap, int bus);
29
void pci_generic_scan(struct pci_access *);
29
void pci_generic_scan(struct pci_access *);
30
int pci_generic_fill_info(struct pci_dev *, int flags);
30
int pci_generic_fill_info(struct pci_dev *, int flags);
31
int pci_generic_block_read(struct pci_dev *, int pos, byte *buf, int len);
31
int pci_generic_block_read(struct pci_dev *, int pos, byte * buf, int len);
32
int pci_generic_block_write(struct pci_dev *, int pos, byte *buf, int len);
32
int pci_generic_block_write(struct pci_dev *, int pos, byte * buf,
-
 
33
                int len);
33
 
34
 
34
void *pci_malloc(struct pci_access *, int);
35
void *pci_malloc(struct pci_access *, int);
35
void pci_mfree(void *);
36
void pci_mfree(void *);
36
 
37
 
37
struct pci_dev *pci_alloc_dev(struct pci_access *);
38
struct pci_dev *pci_alloc_dev(struct pci_access *);