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