xref: /linux/drivers/xen/privcmd.h (revision dc3e0aa5c58db4089a42f02a3d928f718e7dc6e8)
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;
7