alistair23-linux/drivers/xen/xenbus
Juergen Gross 332f791dc9 xen: clean up xenbus internal headers
The xenbus driver has an awful mixture of internally and globally
visible headers: some of the internally used only stuff is defined in
the global header include/xen/xenbus.h while some stuff defined in
internal headers is used by other drivers, too.

Clean this up by moving the externally used symbols to
include/xen/xenbus.h and the symbols used internally only to a new
header drivers/xen/xenbus/xenbus.h replacing xenbus_comms.h and
xenbus_probe.h

Signed-off-by: Juergen Gross <jgross@suse.com>
Reviewed-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
Signed-off-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
2017-02-09 11:26:49 -05:00
..
Makefile xen: Add xenbus_backend device 2011-12-16 13:29:41 -05:00
xenbus.h xen: clean up xenbus internal headers 2017-02-09 11:26:49 -05:00
xenbus_client.c xen: clean up xenbus internal headers 2017-02-09 11:26:49 -05:00
xenbus_comms.c xen: clean up xenbus internal headers 2017-02-09 11:26:49 -05:00
xenbus_dev_backend.c xen: clean up xenbus internal headers 2017-02-09 11:26:49 -05:00
xenbus_dev_frontend.c xen: clean up xenbus internal headers 2017-02-09 11:26:49 -05:00
xenbus_probe.c xen: clean up xenbus internal headers 2017-02-09 11:26:49 -05:00
xenbus_probe_backend.c xen: clean up xenbus internal headers 2017-02-09 11:26:49 -05:00
xenbus_probe_frontend.c xen: clean up xenbus internal headers 2017-02-09 11:26:49 -05:00
xenbus_xs.c xen: clean up xenbus internal headers 2017-02-09 11:26:49 -05:00