2fb3683e7b
Access to xenbus is currently handled via xenfs. This adds a device driver for xenbus and makes xenfs use this 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>
7 lines
188 B
C
7 lines
188 B
C
#ifndef _XENFS_XENBUS_H
|
|
#define _XENFS_XENBUS_H
|
|
|
|
extern const struct file_operations xsd_kva_file_ops;
|
|
extern const struct file_operations xsd_port_file_ops;
|
|
|
|
#endif /* _XENFS_XENBUS_H */
|