summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vme/vme_bridge.h
diff options
context:
space:
mode:
authorMartyn Welch2010-02-18 16:12:58 +0100
committerGreg Kroah-Hartman2010-03-04 01:43:00 +0100
commit4f723df45d3952c485ee0125fb6797ad615901c3 (patch)
tree3db9d8a00c01c0ffa4d3d66630abf4e72e4771ed /drivers/staging/vme/vme_bridge.h
parentStaging: vme: Renaming following split of GE Fanuc joint venture (diff)
downloadkernel-qcow2-linux-4f723df45d3952c485ee0125fb6797ad615901c3.tar.gz
kernel-qcow2-linux-4f723df45d3952c485ee0125fb6797ad615901c3.tar.xz
kernel-qcow2-linux-4f723df45d3952c485ee0125fb6797ad615901c3.zip
Staging: vme: Attribute Testing For Dma Request
Check the directions in which the DMA controller is expected to operate before giving control of a resource. Signed-off-by: Martyn Welch <martyn.welch@gefanuc.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/vme/vme_bridge.h')
-rw-r--r--drivers/staging/vme/vme_bridge.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/vme/vme_bridge.h b/drivers/staging/vme/vme_bridge.h
index 92e5614ab910..f8ead21c94fb 100644
--- a/drivers/staging/vme/vme_bridge.h
+++ b/drivers/staging/vme/vme_bridge.h
@@ -64,6 +64,7 @@ struct vme_dma_resource {
int number;
struct list_head pending;
struct list_head running;
+ vme_dma_route_t route_attr;
};
struct vme_lm_resource {