From 1aafef50177b850efda576259cb78d2df7d03259 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 16 Jun 2011 04:28:59 +0200 Subject: A bit of DMA infrastructure --- driver/base.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'driver/base.h') diff --git a/driver/base.h b/driver/base.h index 743eee5..84f0aad 100644 --- a/driver/base.h +++ b/driver/base.h @@ -53,7 +53,7 @@ static const __devinitdata struct pci_device_id pcidriver_ids[] = { /* prototypes for internal driver functions */ int pcidriver_pci_read( pcidriver_privdata_t *privdata, pci_cfg_cmd *pci_cmd ); int pcidriver_pci_write( pcidriver_privdata_t *privdata, pci_cfg_cmd *pci_cmd ); -int pcidriver_pci_info( pcidriver_privdata_t *privdata, pci_board_info *pci_info ); +int pcidriver_pci_info( pcidriver_privdata_t *privdata, pcilib_board_info_t *pci_info ); int pcidriver_mmap_pci( pcidriver_privdata_t *privdata, struct vm_area_struct *vmap , int bar ); int pcidriver_mmap_kmem( pcidriver_privdata_t *privdata, struct vm_area_struct *vmap ); -- cgit v1.2.3