Bastian Blank | d8414d3 | 2011-12-16 11:34:33 -0500 | [diff] [blame] | 1 | #include <linux/fs.h> |
2 | |||||
3 | extern const struct file_operations xen_privcmd_fops; | ||||
Juergen Gross | c51b3c6 | 2018-06-18 09:36:39 +0200 | [diff] [blame] | 4 | extern const struct file_operations xen_privcmdbuf_fops; |
5 | |||||
6 | extern struct miscdevice xen_privcmdbuf_dev; |