swiotlb-xen.h 232 B

123456789
  1. #ifndef __LINUX_SWIOTLB_XEN_H
  2. #define __LINUX_SWIOTLB_XEN_H
  3. #include <linux/swiotlb.h>
  4. extern int xen_swiotlb_init(int verbose, bool early);
  5. extern const struct dma_map_ops xen_swiotlb_dma_ops;
  6. #endif /* __LINUX_SWIOTLB_XEN_H */