package mirage-block-xen

  1. Overview
  2. Docs
type rsp =
  1. | OK
  2. | Error
  3. | Not_supported
type t = {
  1. op : Req.op option;
  2. st : rsp option;
}
val write_response : (int64 * t) -> Cstruct.t -> unit
val read_response : Cstruct.t -> int64 * t