repo.or.cz
/
cris-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
signal: Fix sending signals with siginfo
[cris-mirror.git]
/
include
/
xen
/
swiotlb-xen.h
blob
ed2de363da3336f61b66d2feca2bf8c298c5e806
1
#ifndef __LINUX_SWIOTLB_XEN_H
2
#define __LINUX_SWIOTLB_XEN_H
3
4
#include <linux/swiotlb.h>
5
6
extern
int
xen_swiotlb_init
(
int
verbose
,
bool
early
);
7
extern
const struct
dma_map_ops xen_swiotlb_dma_ops
;
8
9
#endif
/* __LINUX_SWIOTLB_XEN_H */