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