Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
drivers
isdn
hardware
eicon
diva_pci.h
Go to the documentation of this file.
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
Generated on Thu Jan 10 2013 13:41:22 for Linux Kernel by
1.8.2