Module Mirage_console_xen_backend.Conback

module type ACTIVATIONS = sig ... end
type stats = {
mutable total_read : int;

bytes read

mutable total_write : int;

bytes written

}
module type CONSOLE = sig ... end
module Make : functor (A : ACTIVATIONS) -> functor (X : Xs_client_lwt.S) -> functor (C : CONSOLE) -> sig ... end