Gitiles
Code Review
Sign In
192.168.1.100
/
T800
/
b04a402ae4328aad41335d93cebd3484973ab7c2
/
.
/
src
/
kernel
/
linux
/
v4.19
/
drivers
/
xen
/
privcmd.h
blob: 0dd9f8f67ee30efc849a7bdf2085036c0c0e84ab [
file
] [
log
] [
blame
]
xj
b04a402
2021-11-25 15:01:52 +0800
[
diff
] [
blame^
]
1
#include
<linux/fs.h>
2
3
extern
const
struct
file_operations xen_privcmd_fops
;
4
extern
const
struct
file_operations xen_privcmdbuf_fops
;
5
6
extern
struct
miscdevice xen_privcmdbuf_dev
;