2009-01-08 05:07:11 +03:00
|
|
|
#ifndef _XENFS_XENBUS_H
|
|
|
|
#define _XENFS_XENBUS_H
|
|
|
|
|
|
|
|
extern const struct file_operations xenbus_file_ops;
|
2009-02-09 23:05:49 +03:00
|
|
|
extern const struct file_operations privcmd_file_ops;
|
2009-02-07 05:46:48 +03:00
|
|
|
extern const struct file_operations xsd_kva_file_ops;
|
|
|
|
extern const struct file_operations xsd_port_file_ops;
|
2009-01-08 05:07:11 +03:00
|
|
|
|
|
|
|
#endif /* _XENFS_XENBUS_H */
|