blob: b68aa6200003575549e7a5844ae7b43b6bec135f [file] [log] [blame]
Alex Zeffertt1107ba82009-01-07 18:07:11 -08001#ifndef _XENFS_XENBUS_H
2#define _XENFS_XENBUS_H
3
4extern const struct file_operations xenbus_file_ops;
Jeremy Fitzhardinge1c5de192009-02-09 12:05:49 -08005extern const struct file_operations privcmd_file_ops;
Ian Campbell655d4062009-02-06 18:46:48 -08006extern const struct file_operations xsd_kva_file_ops;
7extern const struct file_operations xsd_port_file_ops;
Alex Zeffertt1107ba82009-01-07 18:07:11 -08008
9#endif /* _XENFS_XENBUS_H */