From 8af9de82916ff76129d01ede66fc4406818c525c Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Sun, 23 Oct 2011 02:43:20 +0200 Subject: Properly perform synchronization of DMA buffers --- driver/common.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'driver/common.h') diff --git a/driver/common.h b/driver/common.h index e6dea5f..eba56d7 100644 --- a/driver/common.h +++ b/driver/common.h @@ -11,6 +11,8 @@ /* This list keeps references to the allocated kernel buffers */ typedef struct { int id; + enum dma_data_direction direction; + struct list_head list; dma_addr_t dma_handle; unsigned long cpua; -- cgit v1.2.3