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