d8414d3c15
Access to arbitrary hypercalls is currently provided via xenfs. This adds a standard character device to handle this. The support in xenfs remains for backward compatibility and uses the device driver code. Signed-off-by: Bastian Blank <waldi@debian.org> Acked-by: Ian Campbell <ian.campbell@citrix.com> Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
9 lines
241 B
C
9 lines
241 B
C
#ifndef _XENFS_XENBUS_H
|
|
#define _XENFS_XENBUS_H
|
|
|
|
extern const struct file_operations xenbus_file_ops;
|
|
extern const struct file_operations xsd_kva_file_ops;
|
|
extern const struct file_operations xsd_port_file_ops;
|
|
|
|
#endif /* _XENFS_XENBUS_H */
|