hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/include/xen/swiotlb-xen.h
....@@ -4,6 +4,11 @@
44
55 #include <linux/swiotlb.h>
66
7
+void xen_dma_sync_for_cpu(struct device *dev, dma_addr_t handle,
8
+ size_t size, enum dma_data_direction dir);
9
+void xen_dma_sync_for_device(struct device *dev, dma_addr_t handle,
10
+ size_t size, enum dma_data_direction dir);
11
+
712 extern int xen_swiotlb_init(int verbose, bool early);
813 extern const struct dma_map_ops xen_swiotlb_dma_ops;
914