2009-01-08 10:07:11 +08:00
|
|
|
#ifndef _XENFS_XENBUS_H
|
|
|
|
#define _XENFS_XENBUS_H
|
|
|
|
|
2009-02-07 10:46:48 +08:00
|
|
|
extern const struct file_operations xsd_kva_file_ops;
|
|
|
|
extern const struct file_operations xsd_port_file_ops;
|
2015-08-11 04:34:32 +08:00
|
|
|
extern const struct file_operations xensyms_ops;
|
2009-01-08 10:07:11 +08:00
|
|
|
|
|
|
|
#endif /* _XENFS_XENBUS_H */
|