rapidio: add enabling SRIO port RX and TX
[safe/jmp/linux-2.6] / include / linux / swiotlb.h
index eb9bdb4..febedcf 100644 (file)
@@ -7,6 +7,8 @@ struct device;
 struct dma_attrs;
 struct scatterlist;
 
+extern int swiotlb_force;
+
 /*
  * Maximum allowable number of contiguous slabs to map,
  * must be a power of 2.  What is the appropriate value ?