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