From 2e7a7a3534bcf591c0d6c65105b2d845f293112f Mon Sep 17 00:00:00 2001 From: root Date: Mon, 4 Jul 2011 16:21:23 +0200 Subject: North West Logick DMA implementation --- driver/common.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'driver/common.h') diff --git a/driver/common.h b/driver/common.h index 992f0ea..6036b0c 100644 --- a/driver/common.h +++ b/driver/common.h @@ -1,6 +1,8 @@ #ifndef _PCIDRIVER_COMMON_H #define _PCIDRIVER_COMMON_H +#include "pcilib_types.h" + /*************************************************************************/ /* Private data types and structures */ @@ -12,6 +14,8 @@ typedef struct { dma_addr_t dma_handle; unsigned long cpua; unsigned long size; + unsigned long type; + unsigned long use; struct class_device_attribute sysfs_attr; /* initialized when adding the entry */ } pcidriver_kmem_entry_t; -- cgit v1.2.3