Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | /* $Id: diva_pci.h,v 1.6 2003/01/04 15:29:45 schindler Exp $ */ |
| 2 | |
| 3 | #ifndef __DIVA_PCI_INTERFACE_H__ |
| 4 | #define __DIVA_PCI_INTERFACE_H__ |
| 5 | |
| 6 | void __iomem *divasa_remap_pci_bar(diva_os_xdi_adapter_t *a, |
| 7 | int id, |
| 8 | unsigned long bar, |
| 9 | unsigned long area_length); |
| 10 | void divasa_unmap_pci_bar(void __iomem *bar); |
| 11 | unsigned long divasa_get_pci_irq(unsigned char bus, |
| 12 | unsigned char func, void *pci_dev_handle); |
| 13 | unsigned long divasa_get_pci_bar(unsigned char bus, |
| 14 | unsigned char func, |
| 15 | int bar, void *pci_dev_handle); |
| 16 | byte diva_os_get_pci_bus(void *pci_dev_handle); |
| 17 | byte diva_os_get_pci_func(void *pci_dev_handle); |
| 18 | |
| 19 | #endif |