2009-01-07 18:07:11 -08:00
|
|
|
#ifndef _XENFS_XENBUS_H
|
|
|
|
#define _XENFS_XENBUS_H
|
|
|
|
|
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;
|
2015-08-10 16:34:32 -04:00
|
|
|
extern const struct file_operations xensyms_ops;
|
2009-01-07 18:07:11 -08:00
|
|
|
|
|
|
|
#endif /* _XENFS_XENBUS_H */
|