diff options
Diffstat (limited to 'driver/common.h')
-rw-r--r-- | driver/common.h | 2 |
1 files changed, 2 insertions, 0 deletions
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; |